Color spaces of #acded4
RGB | 172 | 222 | 212 |
---|---|---|---|
HSL | 0.47 | 0.43 | 0.77 |
HSV | 168° | 23° | 87° |
CMYK | 0.23 | 0.00 | 0.05 0.13 |
XYZ | 55.0182 | 65.7667 | 72.0818 |
Yxy | 65.7667 | 0.2853 | 0.3410 |
Hunter Lab | 81.0967 | -20.8199 | 4.0685 |
CIE-Lab | 84.8773 | -18.1134 | -0.3821 |
#acded4 color RGB value is (172,222,212).
#acded4 hex color red value is 172, green value is 222 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #acded4 hue: 0.47 , saturation: 0.43 and the lightness value of acded4 is 0.77.
The process color (four color CMYK) of #acded4 color hex is 0.23, 0.00, 0.05, 0.13. Web safe color of #acded4 is #99cccc. Color #acded4 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11011110 | 11010100 |
Octal | 254 | 336 | 324 |
Decimal | 172 | 222 | 212 |
Hex | AC | DE | D4 |
Shades of #acded4
Tints of #acded4
RGB Percentages of Color #acded4
CMYK Percentages of Color #acded4
Complementary Color
#acded4 | #deacb6 |
#acded4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acded4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#acded4 Color CSS Codes
.mybgcolor {background-color:#acded4; } .myforecolor {color:#acded4; } .mybordercolor {border:3px solid #acded4; }
#acded4 Text Font Color
<p style="color:#acded4">Text here</p>
This sample text font color is #acded4
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.
#acded4 Background Color
<div style="background-color:#acded4">
Div content here</div>
This div background color is #acded4
#acded4 Border Color
<div style="border:3px solid #acded4">
Div here</div>
This div border color is #acded4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,222,212, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acded4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acded4; -webkit-box-shadow: 1px 1px 3px 2px #acded4; box-shadow: 1px 1px 3px 2px #acded4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,222,212, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acded4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acded4; -webkit-box-shadow: 1px 1px 3px 2px #acded4; box-shadow: 1px 1px 3px 2px #acded4;">
Div content here</div>
This div box has shadow with color #acded4
Comments
No comments written yet.
Please login to write comment.