Color spaces of #cbdfcf
RGB | 203 | 223 | 207 |
---|---|---|---|
HSL | 0.37 | 0.24 | 0.84 |
HSV | 132° | 9° | 87° |
CMYK | 0.09 | 0.00 | 0.07 0.13 |
XYZ | 62.2788 | 69.9769 | 69.2559 |
Yxy | 69.9769 | 0.3091 | 0.3473 |
Hunter Lab | 83.6522 | -13.4986 | 9.4702 |
CIE-Lab | 86.9855 | -9.6224 | 5.5611 |
#cbdfcf color RGB value is (203,223,207).
#cbdfcf hex color red value is 203, green value is 223 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #cbdfcf hue: 0.37 , saturation: 0.24 and the lightness value of cbdfcf is 0.84.
The process color (four color CMYK) of #cbdfcf color hex is 0.09, 0.00, 0.07, 0.13. Web safe color of #cbdfcf is #cccccc. Color #cbdfcf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11011111 | 11001111 |
Octal | 313 | 337 | 317 |
Decimal | 203 | 223 | 207 |
Hex | CB | DF | CF |
Shades of #cbdfcf
Tints of #cbdfcf
RGB Percentages of Color #cbdfcf
CMYK Percentages of Color #cbdfcf
Complementary Color
#cbdfcf | #dfcbdb |
#cbdfcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbdfcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbdfcf Color CSS Codes
.mybgcolor {background-color:#cbdfcf; } .myforecolor {color:#cbdfcf; } .mybordercolor {border:3px solid #cbdfcf; }
#cbdfcf Text Font Color
<p style="color:#cbdfcf">Text here</p>
This sample text font color is #cbdfcf
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.
#cbdfcf Background Color
<div style="background-color:#cbdfcf">
Div content here</div>
This div background color is #cbdfcf
#cbdfcf Border Color
<div style="border:3px solid #cbdfcf">
Div here</div>
This div border color is #cbdfcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,223,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbdfcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbdfcf; -webkit-box-shadow: 1px 1px 3px 2px #cbdfcf; box-shadow: 1px 1px 3px 2px #cbdfcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,223,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 #cbdfcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbdfcf; -webkit-box-shadow: 1px 1px 3px 2px #cbdfcf; box-shadow: 1px 1px 3px 2px #cbdfcf;">
Div content here</div>
This div box has shadow with color #cbdfcf
Comments
No comments written yet.
Please login to write comment.