Color spaces of #cbca52
RGB | 203 | 202 | 82 |
---|---|---|---|
HSL | 0.17 | 0.54 | 0.56 |
HSV | 60° | 60° | 80° |
CMYK | 0.00 | 0.00 | 0.60 0.20 |
XYZ | 47.2721 | 55.5468 | 16.2127 |
Yxy | 55.5468 | 0.3971 | 0.4667 |
Hunter Lab | 74.5297 | -17.2095 | 39.2733 |
CIE-Lab | 79.3552 | -14.8645 | 58.4000 |
#cbca52 color RGB value is (203,202,82).
#cbca52 hex color red value is 203, green value is 202 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #cbca52 hue: 0.17 , saturation: 0.54 and the lightness value of cbca52 is 0.56.
The process color (four color CMYK) of #cbca52 color hex is 0.00, 0.00, 0.60, 0.20. Web safe color of #cbca52 is #cccc66. Color #cbca52 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11001010 | 01010010 |
Octal | 313 | 312 | 122 |
Decimal | 203 | 202 | 82 |
Hex | CB | CA | 52 |
Shades of #cbca52
Tints of #cbca52
RGB Percentages of Color #cbca52
CMYK Percentages of Color #cbca52
Complementary Color
#cbca52 | #5253cb |
#cbca52 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbca52 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbca52 Color CSS Codes
.mybgcolor {background-color:#cbca52; } .myforecolor {color:#cbca52; } .mybordercolor {border:3px solid #cbca52; }
#cbca52 Text Font Color
<p style="color:#cbca52">Text here</p>
This sample text font color is #cbca52
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.
#cbca52 Background Color
<div style="background-color:#cbca52">
Div content here</div>
This div background color is #cbca52
#cbca52 Border Color
<div style="border:3px solid #cbca52">
Div here</div>
This div border color is #cbca52
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,202,82, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbca52; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbca52; -webkit-box-shadow: 1px 1px 3px 2px #cbca52; box-shadow: 1px 1px 3px 2px #cbca52; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,202,82, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbca52">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbca52; -webkit-box-shadow: 1px 1px 3px 2px #cbca52; box-shadow: 1px 1px 3px 2px #cbca52;">
Div content here</div>
This div box has shadow with color #cbca52
Comments
No comments written yet.
Please login to write comment.