Color spaces of #acdee3
RGB | 172 | 222 | 227 |
---|---|---|---|
HSL | 0.52 | 0.50 | 0.78 |
HSV | 185° | 24° | 89° |
CMYK | 0.24 | 0.02 | 0.00 0.11 |
XYZ | 56.9997 | 66.5593 | 82.5161 |
Yxy | 66.5593 | 0.2766 | 0.3230 |
Hunter Lab | 81.5839 | -18.0603 | -2.8588 |
CIE-Lab | 85.2809 | -14.9096 | -7.7209 |
#acdee3 color RGB value is (172,222,227).
#acdee3 hex color red value is 172, green value is 222 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #acdee3 hue: 0.52 , saturation: 0.50 and the lightness value of acdee3 is 0.78.
The process color (four color CMYK) of #acdee3 color hex is 0.24, 0.02, 0.00, 0.11. Web safe color of #acdee3 is #99cccc. Color #acdee3 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11011110 | 11100011 |
Octal | 254 | 336 | 343 |
Decimal | 172 | 222 | 227 |
Hex | AC | DE | E3 |
Shades of #acdee3
Tints of #acdee3
RGB Percentages of Color #acdee3
CMYK Percentages of Color #acdee3
Complementary Color
#acdee3 | #e3b1ac |
#acdee3 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acdee3 Color Preview on White Background
Lorem ipsum dolor sit amet.
#acdee3 Color CSS Codes
.mybgcolor {background-color:#acdee3; } .myforecolor {color:#acdee3; } .mybordercolor {border:3px solid #acdee3; }
#acdee3 Text Font Color
<p style="color:#acdee3">Text here</p>
This sample text font color is #acdee3
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.
#acdee3 Background Color
<div style="background-color:#acdee3">
Div content here</div>
This div background color is #acdee3
#acdee3 Border Color
<div style="border:3px solid #acdee3">
Div here</div>
This div border color is #acdee3
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,222,227, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acdee3; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acdee3; -webkit-box-shadow: 1px 1px 3px 2px #acdee3; box-shadow: 1px 1px 3px 2px #acdee3; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,222,227, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acdee3">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acdee3; -webkit-box-shadow: 1px 1px 3px 2px #acdee3; box-shadow: 1px 1px 3px 2px #acdee3;">
Div content here</div>
This div box has shadow with color #acdee3
Comments
No comments written yet.
Please login to write comment.