Color spaces of #cba00a
RGB | 203 | 160 | 10 |
---|---|---|---|
HSL | 0.13 | 0.91 | 0.42 |
HSV | 47° | 95° | 80° |
CMYK | 0.00 | 0.21 | 0.95 0.20 |
XYZ | 37.2542 | 37.8600 | 5.6314 |
Yxy | 37.8600 | 0.4614 | 0.4689 |
Hunter Lab | 61.5305 | 0.3961 | 37.6450 |
CIE-Lab | 67.9173 | 4.2042 | 70.1691 |
#cba00a color RGB value is (203,160,10).
#cba00a hex color red value is 203, green value is 160 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #cba00a hue: 0.13 , saturation: 0.91 and the lightness value of cba00a is 0.42.
The process color (four color CMYK) of #cba00a color hex is 0.00, 0.21, 0.95, 0.20. Web safe color of #cba00a is #cc9900. Color #cba00a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 10100000 | 00001010 |
Octal | 313 | 240 | 12 |
Decimal | 203 | 160 | 10 |
Hex | CB | A0 | A |
Shades of #cba00a
Tints of #cba00a
RGB Percentages of Color #cba00a
CMYK Percentages of Color #cba00a
Complementary Color
#cba00a | #0a35cb |
#cba00a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cba00a Color Preview on White Background
Lorem ipsum dolor sit amet.
#cba00a Color CSS Codes
.mybgcolor {background-color:#cba00a; } .myforecolor {color:#cba00a; } .mybordercolor {border:3px solid #cba00a; }
#cba00a Text Font Color
<p style="color:#cba00a">Text here</p>
This sample text font color is #cba00a
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.
#cba00a Background Color
<div style="background-color:#cba00a">
Div content here</div>
This div background color is #cba00a
#cba00a Border Color
<div style="border:3px solid #cba00a">
Div here</div>
This div border color is #cba00a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,160,10, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cba00a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cba00a; -webkit-box-shadow: 1px 1px 3px 2px #cba00a; box-shadow: 1px 1px 3px 2px #cba00a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,160,10, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cba00a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cba00a; -webkit-box-shadow: 1px 1px 3px 2px #cba00a; box-shadow: 1px 1px 3px 2px #cba00a;">
Div content here</div>
This div box has shadow with color #cba00a
Comments
No comments written yet.
Please login to write comment.