Color spaces of #aebaef
RGB | 174 | 186 | 239 |
---|---|---|---|
HSL | 0.64 | 0.67 | 0.81 |
HSV | 229° | 27° | 94° |
CMYK | 0.27 | 0.22 | 0.00 0.06 |
XYZ | 50.5945 | 50.3485 | 88.7130 |
Yxy | 50.3485 | 0.2668 | 0.2655 |
Hunter Lab | 70.9567 | 3.1023 | -24.4572 |
CIE-Lab | 76.2827 | 7.4506 | -27.6900 |
#aebaef color RGB value is (174,186,239).
#aebaef hex color red value is 174, green value is 186 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #aebaef hue: 0.64 , saturation: 0.67 and the lightness value of aebaef is 0.81.
The process color (four color CMYK) of #aebaef color hex is 0.27, 0.22, 0.00, 0.06. Web safe color of #aebaef is #99ccff. Color #aebaef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10111010 | 11101111 |
Octal | 256 | 272 | 357 |
Decimal | 174 | 186 | 239 |
Hex | AE | BA | EF |
Shades of #aebaef
Tints of #aebaef
RGB Percentages of Color #aebaef
CMYK Percentages of Color #aebaef
Complementary Color
#aebaef | #efe3ae |
#aebaef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aebaef Color Preview on White Background
Lorem ipsum dolor sit amet.
#aebaef Color CSS Codes
.mybgcolor {background-color:#aebaef; } .myforecolor {color:#aebaef; } .mybordercolor {border:3px solid #aebaef; }
#aebaef Text Font Color
<p style="color:#aebaef">Text here</p>
This sample text font color is #aebaef
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.
#aebaef Background Color
<div style="background-color:#aebaef">
Div content here</div>
This div background color is #aebaef
#aebaef Border Color
<div style="border:3px solid #aebaef">
Div here</div>
This div border color is #aebaef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,186,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aebaef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aebaef; -webkit-box-shadow: 1px 1px 3px 2px #aebaef; box-shadow: 1px 1px 3px 2px #aebaef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,186,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aebaef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aebaef; -webkit-box-shadow: 1px 1px 3px 2px #aebaef; box-shadow: 1px 1px 3px 2px #aebaef;">
Div content here</div>
This div box has shadow with color #aebaef
Comments
No comments written yet.
Please login to write comment.