Color spaces of #cbe874
RGB | 203 | 232 | 116 |
---|---|---|---|
HSL | 0.21 | 0.72 | 0.68 |
HSV | 75° | 50° | 91° |
CMYK | 0.13 | 0.00 | 0.50 0.09 |
XYZ | 56.6376 | 71.6707 | 27.3717 |
Yxy | 71.6707 | 0.3638 | 0.4604 |
Hunter Lab | 84.6585 | -28.7338 | 40.0914 |
CIE-Lab | 87.8098 | -26.7049 | 52.7579 |
#cbe874 color RGB value is (203,232,116).
#cbe874 hex color red value is 203, green value is 232 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #cbe874 hue: 0.21 , saturation: 0.72 and the lightness value of cbe874 is 0.68.
The process color (four color CMYK) of #cbe874 color hex is 0.13, 0.00, 0.50, 0.09. Web safe color of #cbe874 is #ccff66. Color #cbe874 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11101000 | 01110100 |
Octal | 313 | 350 | 164 |
Decimal | 203 | 232 | 116 |
Hex | CB | E8 | 74 |
Shades of #cbe874
Tints of #cbe874
RGB Percentages of Color #cbe874
CMYK Percentages of Color #cbe874
Complementary Color
#cbe874 | #9174e8 |
#cbe874 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbe874 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbe874 Color CSS Codes
.mybgcolor {background-color:#cbe874; } .myforecolor {color:#cbe874; } .mybordercolor {border:3px solid #cbe874; }
#cbe874 Text Font Color
<p style="color:#cbe874">Text here</p>
This sample text font color is #cbe874
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.
#cbe874 Background Color
<div style="background-color:#cbe874">
Div content here</div>
This div background color is #cbe874
#cbe874 Border Color
<div style="border:3px solid #cbe874">
Div here</div>
This div border color is #cbe874
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,232,116, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbe874; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbe874; -webkit-box-shadow: 1px 1px 3px 2px #cbe874; box-shadow: 1px 1px 3px 2px #cbe874; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,232,116, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbe874">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbe874; -webkit-box-shadow: 1px 1px 3px 2px #cbe874; box-shadow: 1px 1px 3px 2px #cbe874;">
Div content here</div>
This div box has shadow with color #cbe874
Comments
No comments written yet.
Please login to write comment.