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