Color spaces of #cbfeaf
RGB | 203 | 254 | 175 |
---|---|---|---|
HSL | 0.27 | 0.98 | 0.84 |
HSV | 99° | 31° | 100° |
CMYK | 0.20 | 0.00 | 0.31 0.00 |
XYZ | 67.8083 | 86.6753 | 53.7136 |
Yxy | 86.6753 | 0.3257 | 0.4163 |
Hunter Lab | 93.0996 | -32.9153 | 30.9625 |
CIE-Lab | 94.6003 | -29.9547 | 32.6608 |
#cbfeaf color RGB value is (203,254,175).
#cbfeaf hex color red value is 203, green value is 254 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #cbfeaf hue: 0.27 , saturation: 0.98 and the lightness value of cbfeaf is 0.84.
The process color (four color CMYK) of #cbfeaf color hex is 0.20, 0.00, 0.31, 0.00. Web safe color of #cbfeaf is #ccff99. Color #cbfeaf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11111110 | 10101111 |
Octal | 313 | 376 | 257 |
Decimal | 203 | 254 | 175 |
Hex | CB | FE | AF |
Shades of #cbfeaf
Tints of #cbfeaf
RGB Percentages of Color #cbfeaf
CMYK Percentages of Color #cbfeaf
Complementary Color
#cbfeaf | #e2affe |
#cbfeaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbfeaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbfeaf Color CSS Codes
.mybgcolor {background-color:#cbfeaf; } .myforecolor {color:#cbfeaf; } .mybordercolor {border:3px solid #cbfeaf; }
#cbfeaf Text Font Color
<p style="color:#cbfeaf">Text here</p>
This sample text font color is #cbfeaf
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.
#cbfeaf Background Color
<div style="background-color:#cbfeaf">
Div content here</div>
This div background color is #cbfeaf
#cbfeaf Border Color
<div style="border:3px solid #cbfeaf">
Div here</div>
This div border color is #cbfeaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,254,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbfeaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbfeaf; -webkit-box-shadow: 1px 1px 3px 2px #cbfeaf; box-shadow: 1px 1px 3px 2px #cbfeaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,254,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbfeaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbfeaf; -webkit-box-shadow: 1px 1px 3px 2px #cbfeaf; box-shadow: 1px 1px 3px 2px #cbfeaf;">
Div content here</div>
This div box has shadow with color #cbfeaf
Comments
No comments written yet.
Please login to write comment.