Color spaces of #cbfbca
RGB | 203 | 251 | 202 |
---|---|---|---|
HSL | 0.33 | 0.86 | 0.89 |
HSV | 119° | 20° | 98° |
CMYK | 0.19 | 0.00 | 0.20 0.02 |
XYZ | 69.7865 | 85.9551 | 68.7900 |
Yxy | 85.9551 | 0.3108 | 0.3828 |
Hunter Lab | 92.7120 | -27.8848 | 20.9067 |
CIE-Lab | 94.2931 | -24.3276 | 18.5470 |
#cbfbca color RGB value is (203,251,202).
#cbfbca hex color red value is 203, green value is 251 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #cbfbca hue: 0.33 , saturation: 0.86 and the lightness value of cbfbca is 0.89.
The process color (four color CMYK) of #cbfbca color hex is 0.19, 0.00, 0.20, 0.02. Web safe color of #cbfbca is #ccffcc. Color #cbfbca contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11111011 | 11001010 |
Octal | 313 | 373 | 312 |
Decimal | 203 | 251 | 202 |
Hex | CB | FB | CA |
Shades of #cbfbca
Tints of #cbfbca
RGB Percentages of Color #cbfbca
CMYK Percentages of Color #cbfbca
Complementary Color
#cbfbca | #facafb |
#cbfbca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbfbca Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbfbca Color CSS Codes
.mybgcolor {background-color:#cbfbca; } .myforecolor {color:#cbfbca; } .mybordercolor {border:3px solid #cbfbca; }
#cbfbca Text Font Color
<p style="color:#cbfbca">Text here</p>
This sample text font color is #cbfbca
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.
#cbfbca Background Color
<div style="background-color:#cbfbca">
Div content here</div>
This div background color is #cbfbca
#cbfbca Border Color
<div style="border:3px solid #cbfbca">
Div here</div>
This div border color is #cbfbca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,251,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbfbca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbfbca; -webkit-box-shadow: 1px 1px 3px 2px #cbfbca; box-shadow: 1px 1px 3px 2px #cbfbca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,251,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbfbca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbfbca; -webkit-box-shadow: 1px 1px 3px 2px #cbfbca; box-shadow: 1px 1px 3px 2px #cbfbca;">
Div content here</div>
This div box has shadow with color #cbfbca
Comments
No comments written yet.
Please login to write comment.