Color spaces of #cbd090
RGB | 203 | 208 | 144 |
---|---|---|---|
HSL | 0.18 | 0.41 | 0.69 |
HSV | 65° | 31° | 82° |
CMYK | 0.02 | 0.00 | 0.31 0.18 |
XYZ | 52.2185 | 59.8219 | 35.1801 |
Yxy | 59.8219 | 0.3547 | 0.4063 |
Hunter Lab | 77.3446 | -14.8405 | 27.1733 |
CIE-Lab | 81.7413 | -11.7879 | 31.2811 |
#cbd090 color RGB value is (203,208,144).
#cbd090 hex color red value is 203, green value is 208 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #cbd090 hue: 0.18 , saturation: 0.41 and the lightness value of cbd090 is 0.69.
The process color (four color CMYK) of #cbd090 color hex is 0.02, 0.00, 0.31, 0.18. Web safe color of #cbd090 is #cccc99. Color #cbd090 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11010000 | 10010000 |
Octal | 313 | 320 | 220 |
Decimal | 203 | 208 | 144 |
Hex | CB | D0 | 90 |
Shades of #cbd090
Tints of #cbd090
RGB Percentages of Color #cbd090
CMYK Percentages of Color #cbd090
Complementary Color
#cbd090 | #9590d0 |
#cbd090 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbd090 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbd090 Color CSS Codes
.mybgcolor {background-color:#cbd090; } .myforecolor {color:#cbd090; } .mybordercolor {border:3px solid #cbd090; }
#cbd090 Text Font Color
<p style="color:#cbd090">Text here</p>
This sample text font color is #cbd090
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.
#cbd090 Background Color
<div style="background-color:#cbd090">
Div content here</div>
This div background color is #cbd090
#cbd090 Border Color
<div style="border:3px solid #cbd090">
Div here</div>
This div border color is #cbd090
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,208,144, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbd090; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbd090; -webkit-box-shadow: 1px 1px 3px 2px #cbd090; box-shadow: 1px 1px 3px 2px #cbd090; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,208,144, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbd090">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbd090; -webkit-box-shadow: 1px 1px 3px 2px #cbd090; box-shadow: 1px 1px 3px 2px #cbd090;">
Div content here</div>
This div box has shadow with color #cbd090
Comments
No comments written yet.
Please login to write comment.