Color spaces of #cbe882
RGB | 203 | 232 | 130 |
---|---|---|---|
HSL | 0.21 | 0.69 | 0.71 |
HSV | 77° | 44° | 91° |
CMYK | 0.13 | 0.00 | 0.44 0.09 |
XYZ | 57.5145 | 72.0214 | 31.9893 |
Yxy | 72.0214 | 0.3561 | 0.4459 |
Hunter Lab | 84.8654 | -27.5425 | 37.0569 |
CIE-Lab | 87.9789 | -25.2732 | 46.3168 |
#cbe882 color RGB value is (203,232,130).
#cbe882 hex color red value is 203, green value is 232 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #cbe882 hue: 0.21 , saturation: 0.69 and the lightness value of cbe882 is 0.71.
The process color (four color CMYK) of #cbe882 color hex is 0.13, 0.00, 0.44, 0.09. Web safe color of #cbe882 is #ccff99. Color #cbe882 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11101000 | 10000010 |
Octal | 313 | 350 | 202 |
Decimal | 203 | 232 | 130 |
Hex | CB | E8 | 82 |
Shades of #cbe882
Tints of #cbe882
RGB Percentages of Color #cbe882
CMYK Percentages of Color #cbe882
Complementary Color
#cbe882 | #9f82e8 |
#cbe882 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbe882 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbe882 Color CSS Codes
.mybgcolor {background-color:#cbe882; } .myforecolor {color:#cbe882; } .mybordercolor {border:3px solid #cbe882; }
#cbe882 Text Font Color
<p style="color:#cbe882">Text here</p>
This sample text font color is #cbe882
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.
#cbe882 Background Color
<div style="background-color:#cbe882">
Div content here</div>
This div background color is #cbe882
#cbe882 Border Color
<div style="border:3px solid #cbe882">
Div here</div>
This div border color is #cbe882
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,232,130, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbe882; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbe882; -webkit-box-shadow: 1px 1px 3px 2px #cbe882; box-shadow: 1px 1px 3px 2px #cbe882; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,232,130, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbe882">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbe882; -webkit-box-shadow: 1px 1px 3px 2px #cbe882; box-shadow: 1px 1px 3px 2px #cbe882;">
Div content here</div>
This div box has shadow with color #cbe882
Comments
No comments written yet.
Please login to write comment.