Color spaces of #cbdb5a
RGB | 203 | 219 | 90 |
---|---|---|---|
HSL | 0.19 | 0.64 | 0.61 |
HSV | 67° | 59° | 86° |
CMYK | 0.07 | 0.00 | 0.59 0.14 |
XYZ | 51.8056 | 64.0977 | 19.3145 |
Yxy | 64.0977 | 0.3831 | 0.4740 |
Hunter Lab | 80.0610 | -24.6037 | 41.7392 |
CIE-Lab | 84.0166 | -22.6775 | 60.0671 |
#cbdb5a color RGB value is (203,219,90).
#cbdb5a hex color red value is 203, green value is 219 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #cbdb5a hue: 0.19 , saturation: 0.64 and the lightness value of cbdb5a is 0.61.
The process color (four color CMYK) of #cbdb5a color hex is 0.07, 0.00, 0.59, 0.14. Web safe color of #cbdb5a is #cccc66. Color #cbdb5a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11011011 | 01011010 |
Octal | 313 | 333 | 132 |
Decimal | 203 | 219 | 90 |
Hex | CB | DB | 5A |
Shades of #cbdb5a
Tints of #cbdb5a
RGB Percentages of Color #cbdb5a
CMYK Percentages of Color #cbdb5a
Complementary Color
#cbdb5a | #6a5adb |
#cbdb5a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbdb5a Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbdb5a Color CSS Codes
.mybgcolor {background-color:#cbdb5a; } .myforecolor {color:#cbdb5a; } .mybordercolor {border:3px solid #cbdb5a; }
#cbdb5a Text Font Color
<p style="color:#cbdb5a">Text here</p>
This sample text font color is #cbdb5a
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.
#cbdb5a Background Color
<div style="background-color:#cbdb5a">
Div content here</div>
This div background color is #cbdb5a
#cbdb5a Border Color
<div style="border:3px solid #cbdb5a">
Div here</div>
This div border color is #cbdb5a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,219,90, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbdb5a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbdb5a; -webkit-box-shadow: 1px 1px 3px 2px #cbdb5a; box-shadow: 1px 1px 3px 2px #cbdb5a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,219,90, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbdb5a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbdb5a; -webkit-box-shadow: 1px 1px 3px 2px #cbdb5a; box-shadow: 1px 1px 3px 2px #cbdb5a;">
Div content here</div>
This div box has shadow with color #cbdb5a
Comments
No comments written yet.
Please login to write comment.