Color spaces of #abdecf
RGB | 171 | 222 | 207 |
---|---|---|---|
HSL | 0.45 | 0.44 | 0.77 |
HSV | 162° | 23° | 87° |
CMYK | 0.23 | 0.00 | 0.07 0.13 |
XYZ | 54.1783 | 65.4055 | 68.8005 |
Yxy | 65.4055 | 0.2876 | 0.3472 |
Hunter Lab | 80.8737 | -21.9495 | 6.1726 |
CIE-Lab | 84.6923 | -19.4473 | 1.9850 |
#abdecf color RGB value is (171,222,207).
#abdecf hex color red value is 171, green value is 222 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #abdecf hue: 0.45 , saturation: 0.44 and the lightness value of abdecf is 0.77.
The process color (four color CMYK) of #abdecf color hex is 0.23, 0.00, 0.07, 0.13. Web safe color of #abdecf is #99cccc. Color #abdecf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11011110 | 11001111 |
Octal | 253 | 336 | 317 |
Decimal | 171 | 222 | 207 |
Hex | AB | DE | CF |
Shades of #abdecf
Tints of #abdecf
RGB Percentages of Color #abdecf
CMYK Percentages of Color #abdecf
Complementary Color
#abdecf | #deabba |
#abdecf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abdecf Color Preview on White Background
Lorem ipsum dolor sit amet.
#abdecf Color CSS Codes
.mybgcolor {background-color:#abdecf; } .myforecolor {color:#abdecf; } .mybordercolor {border:3px solid #abdecf; }
#abdecf Text Font Color
<p style="color:#abdecf">Text here</p>
This sample text font color is #abdecf
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.
#abdecf Background Color
<div style="background-color:#abdecf">
Div content here</div>
This div background color is #abdecf
#abdecf Border Color
<div style="border:3px solid #abdecf">
Div here</div>
This div border color is #abdecf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,222,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abdecf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abdecf; -webkit-box-shadow: 1px 1px 3px 2px #abdecf; box-shadow: 1px 1px 3px 2px #abdecf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,222,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abdecf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abdecf; -webkit-box-shadow: 1px 1px 3px 2px #abdecf; box-shadow: 1px 1px 3px 2px #abdecf;">
Div content here</div>
This div box has shadow with color #abdecf
Comments
No comments written yet.
Please login to write comment.