Color spaces of #cbdd82
RGB | 203 | 221 | 130 |
---|---|---|---|
HSL | 0.20 | 0.57 | 0.69 |
HSV | 72° | 41° | 87° |
CMYK | 0.08 | 0.00 | 0.41 0.13 |
XYZ | 54.5143 | 66.0211 | 30.9892 |
Yxy | 66.0211 | 0.3598 | 0.4357 |
Hunter Lab | 81.2534 | -22.4346 | 34.2648 |
CIE-Lab | 85.0072 | -19.9494 | 42.5935 |
#cbdd82 color RGB value is (203,221,130).
#cbdd82 hex color red value is 203, green value is 221 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #cbdd82 hue: 0.20 , saturation: 0.57 and the lightness value of cbdd82 is 0.69.
The process color (four color CMYK) of #cbdd82 color hex is 0.08, 0.00, 0.41, 0.13. Web safe color of #cbdd82 is #cccc99. Color #cbdd82 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11011101 | 10000010 |
Octal | 313 | 335 | 202 |
Decimal | 203 | 221 | 130 |
Hex | CB | DD | 82 |
Shades of #cbdd82
Tints of #cbdd82
RGB Percentages of Color #cbdd82
CMYK Percentages of Color #cbdd82
Complementary Color
#cbdd82 | #9482dd |
#cbdd82 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbdd82 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbdd82 Color CSS Codes
.mybgcolor {background-color:#cbdd82; } .myforecolor {color:#cbdd82; } .mybordercolor {border:3px solid #cbdd82; }
#cbdd82 Text Font Color
<p style="color:#cbdd82">Text here</p>
This sample text font color is #cbdd82
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.
#cbdd82 Background Color
<div style="background-color:#cbdd82">
Div content here</div>
This div background color is #cbdd82
#cbdd82 Border Color
<div style="border:3px solid #cbdd82">
Div here</div>
This div border color is #cbdd82
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,221,130, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbdd82; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbdd82; -webkit-box-shadow: 1px 1px 3px 2px #cbdd82; box-shadow: 1px 1px 3px 2px #cbdd82; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,221,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 #cbdd82">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbdd82; -webkit-box-shadow: 1px 1px 3px 2px #cbdd82; box-shadow: 1px 1px 3px 2px #cbdd82;">
Div content here</div>
This div box has shadow with color #cbdd82
Comments
No comments written yet.
Please login to write comment.