Color spaces of #cbe281
RGB | 203 | 226 | 129 |
---|---|---|---|
HSL | 0.21 | 0.63 | 0.70 |
HSV | 74° | 43° | 89° |
CMYK | 0.10 | 0.00 | 0.43 0.11 |
XYZ | 55.7874 | 68.6742 | 31.0840 |
Yxy | 68.6742 | 0.3587 | 0.4415 |
Hunter Lab | 82.8699 | -24.8574 | 35.7696 |
CIE-Lab | 86.3425 | -22.4959 | 44.7617 |
#cbe281 color RGB value is (203,226,129).
#cbe281 hex color red value is 203, green value is 226 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #cbe281 hue: 0.21 , saturation: 0.63 and the lightness value of cbe281 is 0.70.
The process color (four color CMYK) of #cbe281 color hex is 0.10, 0.00, 0.43, 0.11. Web safe color of #cbe281 is #cccc99. Color #cbe281 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11100010 | 10000001 |
Octal | 313 | 342 | 201 |
Decimal | 203 | 226 | 129 |
Hex | CB | E2 | 81 |
Shades of #cbe281
Tints of #cbe281
RGB Percentages of Color #cbe281
CMYK Percentages of Color #cbe281
Complementary Color
#cbe281 | #9881e2 |
#cbe281 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbe281 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbe281 Color CSS Codes
.mybgcolor {background-color:#cbe281; } .myforecolor {color:#cbe281; } .mybordercolor {border:3px solid #cbe281; }
#cbe281 Text Font Color
<p style="color:#cbe281">Text here</p>
This sample text font color is #cbe281
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.
#cbe281 Background Color
<div style="background-color:#cbe281">
Div content here</div>
This div background color is #cbe281
#cbe281 Border Color
<div style="border:3px solid #cbe281">
Div here</div>
This div border color is #cbe281
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,226,129, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbe281; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbe281; -webkit-box-shadow: 1px 1px 3px 2px #cbe281; box-shadow: 1px 1px 3px 2px #cbe281; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,226,129, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbe281">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbe281; -webkit-box-shadow: 1px 1px 3px 2px #cbe281; box-shadow: 1px 1px 3px 2px #cbe281;">
Div content here</div>
This div box has shadow with color #cbe281
Comments
No comments written yet.
Please login to write comment.