Color spaces of #cbcfad
RGB | 203 | 207 | 173 |
---|---|---|---|
HSL | 0.19 | 0.26 | 0.75 |
HSV | 67° | 16° | 81° |
CMYK | 0.02 | 0.00 | 0.16 0.19 |
XYZ | 54.4843 | 60.3393 | 48.3102 |
Yxy | 60.3393 | 0.3340 | 0.3699 |
Hunter Lab | 77.6784 | -10.7357 | 17.5009 |
CIE-Lab | 82.0223 | -7.1597 | 16.4619 |
#cbcfad color RGB value is (203,207,173).
#cbcfad hex color red value is 203, green value is 207 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #cbcfad hue: 0.19 , saturation: 0.26 and the lightness value of cbcfad is 0.75.
The process color (four color CMYK) of #cbcfad color hex is 0.02, 0.00, 0.16, 0.19. Web safe color of #cbcfad is #cccc99. Color #cbcfad contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11001111 | 10101101 |
Octal | 313 | 317 | 255 |
Decimal | 203 | 207 | 173 |
Hex | CB | CF | AD |
Shades of #cbcfad
Tints of #cbcfad
RGB Percentages of Color #cbcfad
CMYK Percentages of Color #cbcfad
Complementary Color
#cbcfad | #b1adcf |
#cbcfad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbcfad Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbcfad Color CSS Codes
.mybgcolor {background-color:#cbcfad; } .myforecolor {color:#cbcfad; } .mybordercolor {border:3px solid #cbcfad; }
#cbcfad Text Font Color
<p style="color:#cbcfad">Text here</p>
This sample text font color is #cbcfad
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.
#cbcfad Background Color
<div style="background-color:#cbcfad">
Div content here</div>
This div background color is #cbcfad
#cbcfad Border Color
<div style="border:3px solid #cbcfad">
Div here</div>
This div border color is #cbcfad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,207,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbcfad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbcfad; -webkit-box-shadow: 1px 1px 3px 2px #cbcfad; box-shadow: 1px 1px 3px 2px #cbcfad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,207,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbcfad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbcfad; -webkit-box-shadow: 1px 1px 3px 2px #cbcfad; box-shadow: 1px 1px 3px 2px #cbcfad;">
Div content here</div>
This div box has shadow with color #cbcfad
Comments
No comments written yet.
Please login to write comment.