Color spaces of #abdfcc
RGB | 171 | 223 | 204 |
---|---|---|---|
HSL | 0.44 | 0.45 | 0.77 |
HSV | 158° | 23° | 87° |
CMYK | 0.23 | 0.00 | 0.09 0.13 |
XYZ | 54.0813 | 65.7929 | 66.9757 |
Yxy | 65.7929 | 0.2894 | 0.3521 |
Hunter Lab | 81.1128 | -22.9340 | 7.8226 |
CIE-Lab | 84.8907 | -20.5501 | 3.8580 |
#abdfcc color RGB value is (171,223,204).
#abdfcc hex color red value is 171, green value is 223 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #abdfcc hue: 0.44 , saturation: 0.45 and the lightness value of abdfcc is 0.77.
The process color (four color CMYK) of #abdfcc color hex is 0.23, 0.00, 0.09, 0.13. Web safe color of #abdfcc is #99cccc. Color #abdfcc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11011111 | 11001100 |
Octal | 253 | 337 | 314 |
Decimal | 171 | 223 | 204 |
Hex | AB | DF | CC |
Shades of #abdfcc
Tints of #abdfcc
RGB Percentages of Color #abdfcc
CMYK Percentages of Color #abdfcc
Complementary Color
#abdfcc | #dfabbe |
#abdfcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abdfcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#abdfcc Color CSS Codes
.mybgcolor {background-color:#abdfcc; } .myforecolor {color:#abdfcc; } .mybordercolor {border:3px solid #abdfcc; }
#abdfcc Text Font Color
<p style="color:#abdfcc">Text here</p>
This sample text font color is #abdfcc
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.
#abdfcc Background Color
<div style="background-color:#abdfcc">
Div content here</div>
This div background color is #abdfcc
#abdfcc Border Color
<div style="border:3px solid #abdfcc">
Div here</div>
This div border color is #abdfcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,223,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abdfcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abdfcc; -webkit-box-shadow: 1px 1px 3px 2px #abdfcc; box-shadow: 1px 1px 3px 2px #abdfcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,223,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abdfcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abdfcc; -webkit-box-shadow: 1px 1px 3px 2px #abdfcc; box-shadow: 1px 1px 3px 2px #abdfcc;">
Div content here</div>
This div box has shadow with color #abdfcc
Comments
No comments written yet.
Please login to write comment.