Color spaces of #acaeee
RGB | 172 | 174 | 238 |
---|---|---|---|
HSL | 0.66 | 0.66 | 0.80 |
HSV | 238° | 28° | 93° |
CMYK | 0.28 | 0.27 | 0.00 0.07 |
XYZ | 47.5819 | 45.2158 | 87.1086 |
Yxy | 45.2158 | 0.2645 | 0.2513 |
Hunter Lab | 67.2427 | 8.6345 | -29.7365 |
CIE-Lab | 73.0338 | 13.2465 | -32.1586 |
#acaeee color RGB value is (172,174,238).
#acaeee hex color red value is 172, green value is 174 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #acaeee hue: 0.66 , saturation: 0.66 and the lightness value of acaeee is 0.80.
The process color (four color CMYK) of #acaeee color hex is 0.28, 0.27, 0.00, 0.07. Web safe color of #acaeee is #9999ff. Color #acaeee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 10101110 | 11101110 |
Octal | 254 | 256 | 356 |
Decimal | 172 | 174 | 238 |
Hex | AC | AE | EE |
Shades of #acaeee
Tints of #acaeee
RGB Percentages of Color #acaeee
CMYK Percentages of Color #acaeee
Complementary Color
#acaeee | #eeecac |
#acaeee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acaeee Color Preview on White Background
Lorem ipsum dolor sit amet.
#acaeee Color CSS Codes
.mybgcolor {background-color:#acaeee; } .myforecolor {color:#acaeee; } .mybordercolor {border:3px solid #acaeee; }
#acaeee Text Font Color
<p style="color:#acaeee">Text here</p>
This sample text font color is #acaeee
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.
#acaeee Background Color
<div style="background-color:#acaeee">
Div content here</div>
This div background color is #acaeee
#acaeee Border Color
<div style="border:3px solid #acaeee">
Div here</div>
This div border color is #acaeee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,174,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acaeee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acaeee; -webkit-box-shadow: 1px 1px 3px 2px #acaeee; box-shadow: 1px 1px 3px 2px #acaeee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,174,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 #acaeee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acaeee; -webkit-box-shadow: 1px 1px 3px 2px #acaeee; box-shadow: 1px 1px 3px 2px #acaeee;">
Div content here</div>
This div box has shadow with color #acaeee
Comments
No comments written yet.
Please login to write comment.