Color spaces of #adcccf
RGB | 173 | 204 | 207 |
---|---|---|---|
HSL | 0.51 | 0.26 | 0.75 |
HSV | 185° | 16° | 81° |
CMYK | 0.16 | 0.01 | 0.00 0.19 |
XYZ | 50.0889 | 56.5750 | 67.3116 |
Yxy | 56.5750 | 0.2879 | 0.3252 |
Hunter Lab | 75.2164 | -12.7599 | -0.4076 |
CIE-Lab | 79.9400 | -9.6679 | -4.9616 |
#adcccf color RGB value is (173,204,207).
#adcccf hex color red value is 173, green value is 204 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #adcccf hue: 0.51 , saturation: 0.26 and the lightness value of adcccf is 0.75.
The process color (four color CMYK) of #adcccf color hex is 0.16, 0.01, 0.00, 0.19. Web safe color of #adcccf is #99cccc. Color #adcccf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11001100 | 11001111 |
Octal | 255 | 314 | 317 |
Decimal | 173 | 204 | 207 |
Hex | AD | CC | CF |
Shades of #adcccf
Tints of #adcccf
RGB Percentages of Color #adcccf
CMYK Percentages of Color #adcccf
Complementary Color
#adcccf | #cfb0ad |
#adcccf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adcccf Color Preview on White Background
Lorem ipsum dolor sit amet.
#adcccf Color CSS Codes
.mybgcolor {background-color:#adcccf; } .myforecolor {color:#adcccf; } .mybordercolor {border:3px solid #adcccf; }
#adcccf Text Font Color
<p style="color:#adcccf">Text here</p>
This sample text font color is #adcccf
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.
#adcccf Background Color
<div style="background-color:#adcccf">
Div content here</div>
This div background color is #adcccf
#adcccf Border Color
<div style="border:3px solid #adcccf">
Div here</div>
This div border color is #adcccf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,204,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adcccf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adcccf; -webkit-box-shadow: 1px 1px 3px 2px #adcccf; box-shadow: 1px 1px 3px 2px #adcccf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,204,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 #adcccf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adcccf; -webkit-box-shadow: 1px 1px 3px 2px #adcccf; box-shadow: 1px 1px 3px 2px #adcccf;">
Div content here</div>
This div box has shadow with color #adcccf
Comments
No comments written yet.
Please login to write comment.