Color spaces of #cbae58
RGB | 203 | 174 | 88 |
---|---|---|---|
HSL | 0.12 | 0.53 | 0.57 |
HSV | 45° | 57° | 80° |
CMYK | 0.00 | 0.14 | 0.57 0.20 |
XYZ | 41.5261 | 43.6732 | 15.4736 |
Yxy | 43.6732 | 0.4125 | 0.4338 |
Hunter Lab | 66.0857 | -3.4864 | 32.3776 |
CIE-Lab | 72.0095 | 0.0488 | 47.3710 |
#cbae58 color RGB value is (203,174,88).
#cbae58 hex color red value is 203, green value is 174 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #cbae58 hue: 0.12 , saturation: 0.53 and the lightness value of cbae58 is 0.57.
The process color (four color CMYK) of #cbae58 color hex is 0.00, 0.14, 0.57, 0.20. Web safe color of #cbae58 is #cc9966. Color #cbae58 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 10101110 | 01011000 |
Octal | 313 | 256 | 130 |
Decimal | 203 | 174 | 88 |
Hex | CB | AE | 58 |
Shades of #cbae58
Tints of #cbae58
RGB Percentages of Color #cbae58
CMYK Percentages of Color #cbae58
Complementary Color
#cbae58 | #5875cb |
#cbae58 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbae58 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbae58 Color CSS Codes
.mybgcolor {background-color:#cbae58; } .myforecolor {color:#cbae58; } .mybordercolor {border:3px solid #cbae58; }
#cbae58 Text Font Color
<p style="color:#cbae58">Text here</p>
This sample text font color is #cbae58
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.
#cbae58 Background Color
<div style="background-color:#cbae58">
Div content here</div>
This div background color is #cbae58
#cbae58 Border Color
<div style="border:3px solid #cbae58">
Div here</div>
This div border color is #cbae58
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,174,88, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbae58; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbae58; -webkit-box-shadow: 1px 1px 3px 2px #cbae58; box-shadow: 1px 1px 3px 2px #cbae58; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,174,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 #cbae58">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbae58; -webkit-box-shadow: 1px 1px 3px 2px #cbae58; box-shadow: 1px 1px 3px 2px #cbae58;">
Div content here</div>
This div box has shadow with color #cbae58
Comments
No comments written yet.
Please login to write comment.