Color spaces of #cbaa58
RGB | 203 | 170 | 88 |
---|---|---|---|
HSL | 0.12 | 0.53 | 0.57 |
HSV | 43° | 57° | 80° |
CMYK | 0.00 | 0.16 | 0.57 0.20 |
XYZ | 40.7648 | 42.1505 | 15.2199 |
Yxy | 42.1505 | 0.4154 | 0.4295 |
Hunter Lab | 64.9234 | -1.5375 | 31.5471 |
CIE-Lab | 70.9746 | 2.1770 | 46.1601 |
#cbaa58 color RGB value is (203,170,88).
#cbaa58 hex color red value is 203, green value is 170 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #cbaa58 hue: 0.12 , saturation: 0.53 and the lightness value of cbaa58 is 0.57.
The process color (four color CMYK) of #cbaa58 color hex is 0.00, 0.16, 0.57, 0.20. Web safe color of #cbaa58 is #cc9966. Color #cbaa58 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 10101010 | 01011000 |
Octal | 313 | 252 | 130 |
Decimal | 203 | 170 | 88 |
Hex | CB | AA | 58 |
Shades of #cbaa58
Tints of #cbaa58
RGB Percentages of Color #cbaa58
CMYK Percentages of Color #cbaa58
Complementary Color
#cbaa58 | #5879cb |
#cbaa58 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbaa58 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbaa58 Color CSS Codes
.mybgcolor {background-color:#cbaa58; } .myforecolor {color:#cbaa58; } .mybordercolor {border:3px solid #cbaa58; }
#cbaa58 Text Font Color
<p style="color:#cbaa58">Text here</p>
This sample text font color is #cbaa58
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.
#cbaa58 Background Color
<div style="background-color:#cbaa58">
Div content here</div>
This div background color is #cbaa58
#cbaa58 Border Color
<div style="border:3px solid #cbaa58">
Div here</div>
This div border color is #cbaa58
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,170,88, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbaa58; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbaa58; -webkit-box-shadow: 1px 1px 3px 2px #cbaa58; box-shadow: 1px 1px 3px 2px #cbaa58; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,170,88, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbaa58">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbaa58; -webkit-box-shadow: 1px 1px 3px 2px #cbaa58; box-shadow: 1px 1px 3px 2px #cbaa58;">
Div content here</div>
This div box has shadow with color #cbaa58
Comments
No comments written yet.
Please login to write comment.