Color spaces of #cbc925
RGB | 203 | 201 | 37 |
---|---|---|---|
HSL | 0.16 | 0.69 | 0.47 |
HSV | 59° | 82° | 80° |
CMYK | 0.00 | 0.01 | 0.82 0.20 |
XYZ | 45.8492 | 54.6034 | 9.8733 |
Yxy | 54.6034 | 0.4156 | 0.4949 |
Hunter Lab | 73.8941 | -18.5605 | 43.8039 |
CIE-Lab | 78.8123 | -16.5396 | 73.6168 |
#cbc925 color RGB value is (203,201,37).
#cbc925 hex color red value is 203, green value is 201 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #cbc925 hue: 0.16 , saturation: 0.69 and the lightness value of cbc925 is 0.47.
The process color (four color CMYK) of #cbc925 color hex is 0.00, 0.01, 0.82, 0.20. Web safe color of #cbc925 is #cccc33. Color #cbc925 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11001001 | 00100101 |
Octal | 313 | 311 | 45 |
Decimal | 203 | 201 | 37 |
Hex | CB | C9 | 25 |
Shades of #cbc925
Tints of #cbc925
RGB Percentages of Color #cbc925
CMYK Percentages of Color #cbc925
Complementary Color
#cbc925 | #2527cb |
#cbc925 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbc925 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbc925 Color CSS Codes
.mybgcolor {background-color:#cbc925; } .myforecolor {color:#cbc925; } .mybordercolor {border:3px solid #cbc925; }
#cbc925 Text Font Color
<p style="color:#cbc925">Text here</p>
This sample text font color is #cbc925
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.
#cbc925 Background Color
<div style="background-color:#cbc925">
Div content here</div>
This div background color is #cbc925
#cbc925 Border Color
<div style="border:3px solid #cbc925">
Div here</div>
This div border color is #cbc925
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,201,37, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbc925; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbc925; -webkit-box-shadow: 1px 1px 3px 2px #cbc925; box-shadow: 1px 1px 3px 2px #cbc925; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,201,37, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbc925">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbc925; -webkit-box-shadow: 1px 1px 3px 2px #cbc925; box-shadow: 1px 1px 3px 2px #cbc925;">
Div content here</div>
This div box has shadow with color #cbc925
Comments
No comments written yet.
Please login to write comment.