Color spaces of #cbe774
RGB | 203 | 231 | 116 |
---|---|---|---|
HSL | 0.21 | 0.71 | 0.68 |
HSV | 75° | 50° | 91° |
CMYK | 0.12 | 0.00 | 0.50 0.09 |
XYZ | 56.3569 | 71.1093 | 27.2781 |
Yxy | 71.1093 | 0.3642 | 0.4595 |
Hunter Lab | 84.3263 | -28.2761 | 39.8491 |
CIE-Lab | 87.5381 | -26.2298 | 52.4334 |
#cbe774 color RGB value is (203,231,116).
#cbe774 hex color red value is 203, green value is 231 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #cbe774 hue: 0.21 , saturation: 0.71 and the lightness value of cbe774 is 0.68.
The process color (four color CMYK) of #cbe774 color hex is 0.12, 0.00, 0.50, 0.09. Web safe color of #cbe774 is #ccff66. Color #cbe774 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11100111 | 01110100 |
Octal | 313 | 347 | 164 |
Decimal | 203 | 231 | 116 |
Hex | CB | E7 | 74 |
Shades of #cbe774
Tints of #cbe774
RGB Percentages of Color #cbe774
CMYK Percentages of Color #cbe774
Complementary Color
#cbe774 | #9074e7 |
#cbe774 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbe774 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbe774 Color CSS Codes
.mybgcolor {background-color:#cbe774; } .myforecolor {color:#cbe774; } .mybordercolor {border:3px solid #cbe774; }
#cbe774 Text Font Color
<p style="color:#cbe774">Text here</p>
This sample text font color is #cbe774
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.
#cbe774 Background Color
<div style="background-color:#cbe774">
Div content here</div>
This div background color is #cbe774
#cbe774 Border Color
<div style="border:3px solid #cbe774">
Div here</div>
This div border color is #cbe774
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,231,116, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbe774; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbe774; -webkit-box-shadow: 1px 1px 3px 2px #cbe774; box-shadow: 1px 1px 3px 2px #cbe774; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,231,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 #cbe774">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbe774; -webkit-box-shadow: 1px 1px 3px 2px #cbe774; box-shadow: 1px 1px 3px 2px #cbe774;">
Div content here</div>
This div box has shadow with color #cbe774
Comments
No comments written yet.
Please login to write comment.