Color spaces of #cbefe2
RGB | 203 | 239 | 226 |
---|---|---|---|
HSL | 0.44 | 0.53 | 0.87 |
HSV | 158° | 15° | 94° |
CMYK | 0.15 | 0.00 | 0.05 0.06 |
XYZ | 69.2226 | 79.9205 | 83.7293 |
Yxy | 79.9205 | 0.2973 | 0.3432 |
Hunter Lab | 89.3983 | -18.2314 | 7.0485 |
CIE-Lab | 91.6492 | -14.1494 | 2.3696 |
#cbefe2 color RGB value is (203,239,226).
#cbefe2 hex color red value is 203, green value is 239 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #cbefe2 hue: 0.44 , saturation: 0.53 and the lightness value of cbefe2 is 0.87.
The process color (four color CMYK) of #cbefe2 color hex is 0.15, 0.00, 0.05, 0.06. Web safe color of #cbefe2 is #ccffcc. Color #cbefe2 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11101111 | 11100010 |
Octal | 313 | 357 | 342 |
Decimal | 203 | 239 | 226 |
Hex | CB | EF | E2 |
Shades of #cbefe2
Tints of #cbefe2
RGB Percentages of Color #cbefe2
CMYK Percentages of Color #cbefe2
Complementary Color
#cbefe2 | #efcbd8 |
#cbefe2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbefe2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbefe2 Color CSS Codes
.mybgcolor {background-color:#cbefe2; } .myforecolor {color:#cbefe2; } .mybordercolor {border:3px solid #cbefe2; }
#cbefe2 Text Font Color
<p style="color:#cbefe2">Text here</p>
This sample text font color is #cbefe2
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.
#cbefe2 Background Color
<div style="background-color:#cbefe2">
Div content here</div>
This div background color is #cbefe2
#cbefe2 Border Color
<div style="border:3px solid #cbefe2">
Div here</div>
This div border color is #cbefe2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,239,226, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbefe2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbefe2; -webkit-box-shadow: 1px 1px 3px 2px #cbefe2; box-shadow: 1px 1px 3px 2px #cbefe2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,239,226, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbefe2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbefe2; -webkit-box-shadow: 1px 1px 3px 2px #cbefe2; box-shadow: 1px 1px 3px 2px #cbefe2;">
Div content here</div>
This div box has shadow with color #cbefe2
Comments
No comments written yet.
Please login to write comment.