Color spaces of #aebfce
RGB | 174 | 191 | 206 |
---|---|---|---|
HSL | 0.58 | 0.25 | 0.75 |
HSV | 208° | 16° | 81° |
CMYK | 0.16 | 0.07 | 0.00 0.19 |
XYZ | 47.2269 | 50.7165 | 65.6927 |
Yxy | 50.7165 | 0.2886 | 0.3099 |
Hunter Lab | 71.2155 | -6.2541 | -4.8412 |
CIE-Lab | 76.5070 | -2.7140 | -9.5035 |
#aebfce color RGB value is (174,191,206).
#aebfce hex color red value is 174, green value is 191 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #aebfce hue: 0.58 , saturation: 0.25 and the lightness value of aebfce is 0.75.
The process color (four color CMYK) of #aebfce color hex is 0.16, 0.07, 0.00, 0.19. Web safe color of #aebfce is #99cccc. Color #aebfce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10111111 | 11001110 |
Octal | 256 | 277 | 316 |
Decimal | 174 | 191 | 206 |
Hex | AE | BF | CE |
Shades of #aebfce
Tints of #aebfce
RGB Percentages of Color #aebfce
CMYK Percentages of Color #aebfce
Complementary Color
#aebfce | #cebdae |
#aebfce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aebfce Color Preview on White Background
Lorem ipsum dolor sit amet.
#aebfce Color CSS Codes
.mybgcolor {background-color:#aebfce; } .myforecolor {color:#aebfce; } .mybordercolor {border:3px solid #aebfce; }
#aebfce Text Font Color
<p style="color:#aebfce">Text here</p>
This sample text font color is #aebfce
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#aebfce Background Color
<div style="background-color:#aebfce">
Div content here</div>
This div background color is #aebfce
#aebfce Border Color
<div style="border:3px solid #aebfce">
Div here</div>
This div border color is #aebfce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,191,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aebfce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aebfce; -webkit-box-shadow: 1px 1px 3px 2px #aebfce; box-shadow: 1px 1px 3px 2px #aebfce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,191,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aebfce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aebfce; -webkit-box-shadow: 1px 1px 3px 2px #aebfce; box-shadow: 1px 1px 3px 2px #aebfce;">
Div content here</div>
This div box has shadow with color #aebfce
Comments
No comments written yet.
Please login to write comment.