Color spaces of #acdfdd
RGB | 172 | 223 | 221 |
---|---|---|---|
HSL | 0.49 | 0.44 | 0.77 |
HSV | 178° | 23° | 87° |
CMYK | 0.23 | 0.00 | 0.01 0.13 |
XYZ | 56.4521 | 66.7665 | 78.3185 |
Yxy | 66.7665 | 0.2801 | 0.3313 |
Hunter Lab | 81.7108 | -19.6723 | 0.3690 |
CIE-Lab | 85.3859 | -16.7167 | -4.3940 |
#acdfdd color RGB value is (172,223,221).
#acdfdd hex color red value is 172, green value is 223 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #acdfdd hue: 0.49 , saturation: 0.44 and the lightness value of acdfdd is 0.77.
The process color (four color CMYK) of #acdfdd color hex is 0.23, 0.00, 0.01, 0.13. Web safe color of #acdfdd is #99cccc. Color #acdfdd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11011111 | 11011101 |
Octal | 254 | 337 | 335 |
Decimal | 172 | 223 | 221 |
Hex | AC | DF | DD |
Shades of #acdfdd
Tints of #acdfdd
RGB Percentages of Color #acdfdd
CMYK Percentages of Color #acdfdd
Complementary Color
#acdfdd | #dfacae |
#acdfdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acdfdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#acdfdd Color CSS Codes
.mybgcolor {background-color:#acdfdd; } .myforecolor {color:#acdfdd; } .mybordercolor {border:3px solid #acdfdd; }
#acdfdd Text Font Color
<p style="color:#acdfdd">Text here</p>
This sample text font color is #acdfdd
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.
#acdfdd Background Color
<div style="background-color:#acdfdd">
Div content here</div>
This div background color is #acdfdd
#acdfdd Border Color
<div style="border:3px solid #acdfdd">
Div here</div>
This div border color is #acdfdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,223,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acdfdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acdfdd; -webkit-box-shadow: 1px 1px 3px 2px #acdfdd; box-shadow: 1px 1px 3px 2px #acdfdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,223,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acdfdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acdfdd; -webkit-box-shadow: 1px 1px 3px 2px #acdfdd; box-shadow: 1px 1px 3px 2px #acdfdd;">
Div content here</div>
This div box has shadow with color #acdfdd
#acdfdd Color Palettes
Comments
No comments written yet.
Please login to write comment.