Color spaces of #cbae45
RGB | 203 | 174 | 69 |
---|---|---|---|
HSL | 0.13 | 0.56 | 0.53 |
HSV | 47° | 66° | 80° |
CMYK | 0.00 | 0.14 | 0.66 0.20 |
XYZ | 40.8388 | 43.3983 | 11.8545 |
Yxy | 43.3983 | 0.4250 | 0.4516 |
Hunter Lab | 65.8774 | -4.6295 | 35.4451 |
CIE-Lab | 71.8245 | -1.2584 | 55.9213 |
#cbae45 color RGB value is (203,174,69).
#cbae45 hex color red value is 203, green value is 174 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #cbae45 hue: 0.13 , saturation: 0.56 and the lightness value of cbae45 is 0.53.
The process color (four color CMYK) of #cbae45 color hex is 0.00, 0.14, 0.66, 0.20. Web safe color of #cbae45 is #cc9933. Color #cbae45 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 10101110 | 01000101 |
Octal | 313 | 256 | 105 |
Decimal | 203 | 174 | 69 |
Hex | CB | AE | 45 |
Shades of #cbae45
Tints of #cbae45
RGB Percentages of Color #cbae45
CMYK Percentages of Color #cbae45
Complementary Color
#cbae45 | #4562cb |
#cbae45 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbae45 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbae45 Color CSS Codes
.mybgcolor {background-color:#cbae45; } .myforecolor {color:#cbae45; } .mybordercolor {border:3px solid #cbae45; }
#cbae45 Text Font Color
<p style="color:#cbae45">Text here</p>
This sample text font color is #cbae45
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.
#cbae45 Background Color
<div style="background-color:#cbae45">
Div content here</div>
This div background color is #cbae45
#cbae45 Border Color
<div style="border:3px solid #cbae45">
Div here</div>
This div border color is #cbae45
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,174,69, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbae45; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbae45; -webkit-box-shadow: 1px 1px 3px 2px #cbae45; box-shadow: 1px 1px 3px 2px #cbae45; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,174,69, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbae45">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbae45; -webkit-box-shadow: 1px 1px 3px 2px #cbae45; box-shadow: 1px 1px 3px 2px #cbae45;">
Div content here</div>
This div box has shadow with color #cbae45
Comments
No comments written yet.
Please login to write comment.