Color spaces of #cadbcb
RGB | 202 | 219 | 203 |
---|---|---|---|
HSL | 0.34 | 0.19 | 0.83 |
HSV | 124° | 8° | 86° |
CMYK | 0.08 | 0.00 | 0.07 0.14 |
XYZ | 60.4681 | 67.5314 | 66.3478 |
Yxy | 67.5314 | 0.3111 | 0.3475 |
Hunter Lab | 82.1775 | -12.4662 | 9.6552 |
CIE-Lab | 85.7716 | -8.6401 | 5.9101 |
#cadbcb color RGB value is (202,219,203).
#cadbcb hex color red value is 202, green value is 219 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #cadbcb hue: 0.34 , saturation: 0.19 and the lightness value of cadbcb is 0.83.
The process color (four color CMYK) of #cadbcb color hex is 0.08, 0.00, 0.07, 0.14. Web safe color of #cadbcb is #cccccc. Color #cadbcb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11011011 | 11001011 |
Octal | 312 | 333 | 313 |
Decimal | 202 | 219 | 203 |
Hex | CA | DB | CB |
Shades of #cadbcb
Tints of #cadbcb
RGB Percentages of Color #cadbcb
CMYK Percentages of Color #cadbcb
Complementary Color
#cadbcb | #dbcada |
#cadbcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cadbcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#cadbcb Color CSS Codes
.mybgcolor {background-color:#cadbcb; } .myforecolor {color:#cadbcb; } .mybordercolor {border:3px solid #cadbcb; }
#cadbcb Text Font Color
<p style="color:#cadbcb">Text here</p>
This sample text font color is #cadbcb
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.
#cadbcb Background Color
<div style="background-color:#cadbcb">
Div content here</div>
This div background color is #cadbcb
#cadbcb Border Color
<div style="border:3px solid #cadbcb">
Div here</div>
This div border color is #cadbcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,219,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cadbcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cadbcb; -webkit-box-shadow: 1px 1px 3px 2px #cadbcb; box-shadow: 1px 1px 3px 2px #cadbcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,219,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cadbcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cadbcb; -webkit-box-shadow: 1px 1px 3px 2px #cadbcb; box-shadow: 1px 1px 3px 2px #cadbcb;">
Div content here</div>
This div box has shadow with color #cadbcb
Comments
No comments written yet.
Please login to write comment.