Color spaces of #aebeee
RGB | 174 | 190 | 238 |
---|---|---|---|
HSL | 0.63 | 0.65 | 0.81 |
HSV | 225° | 27° | 93° |
CMYK | 0.27 | 0.20 | 0.00 0.07 |
XYZ | 51.3016 | 51.9986 | 88.2218 |
Yxy | 51.9986 | 0.2679 | 0.2715 |
Hunter Lab | 72.1101 | 0.7985 | -22.0603 |
CIE-Lab | 77.2800 | 5.0308 | -25.6251 |
#aebeee color RGB value is (174,190,238).
#aebeee hex color red value is 174, green value is 190 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #aebeee hue: 0.63 , saturation: 0.65 and the lightness value of aebeee is 0.81.
The process color (four color CMYK) of #aebeee color hex is 0.27, 0.20, 0.00, 0.07. Web safe color of #aebeee is #99ccff. Color #aebeee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10111110 | 11101110 |
Octal | 256 | 276 | 356 |
Decimal | 174 | 190 | 238 |
Hex | AE | BE | EE |
Shades of #aebeee
Tints of #aebeee
RGB Percentages of Color #aebeee
CMYK Percentages of Color #aebeee
Complementary Color
#aebeee | #eedeae |
#aebeee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aebeee Color Preview on White Background
Lorem ipsum dolor sit amet.
#aebeee Color CSS Codes
.mybgcolor {background-color:#aebeee; } .myforecolor {color:#aebeee; } .mybordercolor {border:3px solid #aebeee; }
#aebeee Text Font Color
<p style="color:#aebeee">Text here</p>
This sample text font color is #aebeee
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.
#aebeee Background Color
<div style="background-color:#aebeee">
Div content here</div>
This div background color is #aebeee
#aebeee Border Color
<div style="border:3px solid #aebeee">
Div here</div>
This div border color is #aebeee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,190,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aebeee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aebeee; -webkit-box-shadow: 1px 1px 3px 2px #aebeee; box-shadow: 1px 1px 3px 2px #aebeee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,190,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aebeee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aebeee; -webkit-box-shadow: 1px 1px 3px 2px #aebeee; box-shadow: 1px 1px 3px 2px #aebeee;">
Div content here</div>
This div box has shadow with color #aebeee
Comments
No comments written yet.
Please login to write comment.