Color spaces of #cbd69a
RGB | 203 | 214 | 154 |
---|---|---|---|
HSL | 0.20 | 0.42 | 0.72 |
HSV | 71° | 28° | 84° |
CMYK | 0.05 | 0.00 | 0.28 0.16 |
XYZ | 54.5079 | 63.1227 | 39.8829 |
Yxy | 63.1227 | 0.3461 | 0.4007 |
Hunter Lab | 79.4498 | -16.5741 | 25.8519 |
CIE-Lab | 83.5069 | -13.4990 | 28.4639 |
#cbd69a color RGB value is (203,214,154).
#cbd69a hex color red value is 203, green value is 214 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #cbd69a hue: 0.20 , saturation: 0.42 and the lightness value of cbd69a is 0.72.
The process color (four color CMYK) of #cbd69a color hex is 0.05, 0.00, 0.28, 0.16. Web safe color of #cbd69a is #cccc99. Color #cbd69a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11010110 | 10011010 |
Octal | 313 | 326 | 232 |
Decimal | 203 | 214 | 154 |
Hex | CB | D6 | 9A |
Shades of #cbd69a
Tints of #cbd69a
RGB Percentages of Color #cbd69a
CMYK Percentages of Color #cbd69a
Complementary Color
#cbd69a | #a59ad6 |
#cbd69a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbd69a Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbd69a Color CSS Codes
.mybgcolor {background-color:#cbd69a; } .myforecolor {color:#cbd69a; } .mybordercolor {border:3px solid #cbd69a; }
#cbd69a Text Font Color
<p style="color:#cbd69a">Text here</p>
This sample text font color is #cbd69a
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.
#cbd69a Background Color
<div style="background-color:#cbd69a">
Div content here</div>
This div background color is #cbd69a
#cbd69a Border Color
<div style="border:3px solid #cbd69a">
Div here</div>
This div border color is #cbd69a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,214,154, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbd69a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbd69a; -webkit-box-shadow: 1px 1px 3px 2px #cbd69a; box-shadow: 1px 1px 3px 2px #cbd69a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,214,154, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbd69a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbd69a; -webkit-box-shadow: 1px 1px 3px 2px #cbd69a; box-shadow: 1px 1px 3px 2px #cbd69a;">
Div content here</div>
This div box has shadow with color #cbd69a
Comments
No comments written yet.
Please login to write comment.