Color spaces of #acddce
RGB | 172 | 221 | 206 |
---|---|---|---|
HSL | 0.45 | 0.42 | 0.77 |
HSV | 162° | 22° | 87° |
CMYK | 0.22 | 0.00 | 0.07 0.13 |
XYZ | 54.0103 | 64.9398 | 68.0805 |
Yxy | 64.9398 | 0.2888 | 0.3472 |
Hunter Lab | 80.5852 | -21.3889 | 6.3199 |
CIE-Lab | 84.4527 | -18.8437 | 2.1728 |
#acddce color RGB value is (172,221,206).
#acddce hex color red value is 172, green value is 221 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #acddce hue: 0.45 , saturation: 0.42 and the lightness value of acddce is 0.77.
The process color (four color CMYK) of #acddce color hex is 0.22, 0.00, 0.07, 0.13. Web safe color of #acddce is #99cccc. Color #acddce contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11011101 | 11001110 |
Octal | 254 | 335 | 316 |
Decimal | 172 | 221 | 206 |
Hex | AC | DD | CE |
Shades of #acddce
Tints of #acddce
RGB Percentages of Color #acddce
CMYK Percentages of Color #acddce
Complementary Color
#acddce | #ddacbb |
#acddce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acddce Color Preview on White Background
Lorem ipsum dolor sit amet.
#acddce Color CSS Codes
.mybgcolor {background-color:#acddce; } .myforecolor {color:#acddce; } .mybordercolor {border:3px solid #acddce; }
#acddce Text Font Color
<p style="color:#acddce">Text here</p>
This sample text font color is #acddce
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.
#acddce Background Color
<div style="background-color:#acddce">
Div content here</div>
This div background color is #acddce
#acddce Border Color
<div style="border:3px solid #acddce">
Div here</div>
This div border color is #acddce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,221,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acddce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acddce; -webkit-box-shadow: 1px 1px 3px 2px #acddce; box-shadow: 1px 1px 3px 2px #acddce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,221,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acddce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acddce; -webkit-box-shadow: 1px 1px 3px 2px #acddce; box-shadow: 1px 1px 3px 2px #acddce;">
Div content here</div>
This div box has shadow with color #acddce
Comments
No comments written yet.
Please login to write comment.