Color spaces of #cbfcec
RGB | 203 | 252 | 236 |
---|---|---|---|
HSL | 0.45 | 0.89 | 0.89 |
HSV | 160° | 19° | 99° |
CMYK | 0.19 | 0.00 | 0.06 0.01 |
XYZ | 74.5793 | 88.3734 | 92.4839 |
Yxy | 88.3734 | 0.2920 | 0.3460 |
Hunter Lab | 94.0071 | -22.9019 | 7.4757 |
CIE-Lab | 95.3179 | -18.6463 | 2.5193 |
#cbfcec color RGB value is (203,252,236).
#cbfcec hex color red value is 203, green value is 252 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #cbfcec hue: 0.45 , saturation: 0.89 and the lightness value of cbfcec is 0.89.
The process color (four color CMYK) of #cbfcec color hex is 0.19, 0.00, 0.06, 0.01. Web safe color of #cbfcec is #ccffff. Color #cbfcec contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11111100 | 11101100 |
Octal | 313 | 374 | 354 |
Decimal | 203 | 252 | 236 |
Hex | CB | FC | EC |
Shades of #cbfcec
Tints of #cbfcec
RGB Percentages of Color #cbfcec
CMYK Percentages of Color #cbfcec
Complementary Color
#cbfcec | #fccbdb |
#cbfcec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbfcec Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbfcec Color CSS Codes
.mybgcolor {background-color:#cbfcec; } .myforecolor {color:#cbfcec; } .mybordercolor {border:3px solid #cbfcec; }
#cbfcec Text Font Color
<p style="color:#cbfcec">Text here</p>
This sample text font color is #cbfcec
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.
#cbfcec Background Color
<div style="background-color:#cbfcec">
Div content here</div>
This div background color is #cbfcec
#cbfcec Border Color
<div style="border:3px solid #cbfcec">
Div here</div>
This div border color is #cbfcec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,252,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbfcec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbfcec; -webkit-box-shadow: 1px 1px 3px 2px #cbfcec; box-shadow: 1px 1px 3px 2px #cbfcec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,252,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbfcec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbfcec; -webkit-box-shadow: 1px 1px 3px 2px #cbfcec; box-shadow: 1px 1px 3px 2px #cbfcec;">
Div content here</div>
This div box has shadow with color #cbfcec
Comments
No comments written yet.
Please login to write comment.