Color spaces of #cbbd45
RGB | 203 | 189 | 69 |
---|---|---|---|
HSL | 0.15 | 0.56 | 0.53 |
HSV | 54° | 66° | 80° |
CMYK | 0.00 | 0.07 | 0.66 0.20 |
XYZ | 43.9004 | 49.5214 | 12.8750 |
Yxy | 49.5214 | 0.4130 | 0.4659 |
Hunter Lab | 70.3714 | -11.7949 | 38.4124 |
CIE-Lab | 75.7746 | -9.0825 | 60.0665 |
#cbbd45 color RGB value is (203,189,69).
#cbbd45 hex color red value is 203, green value is 189 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #cbbd45 hue: 0.15 , saturation: 0.56 and the lightness value of cbbd45 is 0.53.
The process color (four color CMYK) of #cbbd45 color hex is 0.00, 0.07, 0.66, 0.20. Web safe color of #cbbd45 is #cccc33. Color #cbbd45 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 10111101 | 01000101 |
Octal | 313 | 275 | 105 |
Decimal | 203 | 189 | 69 |
Hex | CB | BD | 45 |
Shades of #cbbd45
Tints of #cbbd45
RGB Percentages of Color #cbbd45
CMYK Percentages of Color #cbbd45
Complementary Color
#cbbd45 | #4553cb |
#cbbd45 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbbd45 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbbd45 Color CSS Codes
.mybgcolor {background-color:#cbbd45; } .myforecolor {color:#cbbd45; } .mybordercolor {border:3px solid #cbbd45; }
#cbbd45 Text Font Color
<p style="color:#cbbd45">Text here</p>
This sample text font color is #cbbd45
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.
#cbbd45 Background Color
<div style="background-color:#cbbd45">
Div content here</div>
This div background color is #cbbd45
#cbbd45 Border Color
<div style="border:3px solid #cbbd45">
Div here</div>
This div border color is #cbbd45
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,189,69, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbbd45; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbbd45; -webkit-box-shadow: 1px 1px 3px 2px #cbbd45; box-shadow: 1px 1px 3px 2px #cbbd45; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,189,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 #cbbd45">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbbd45; -webkit-box-shadow: 1px 1px 3px 2px #cbbd45; box-shadow: 1px 1px 3px 2px #cbbd45;">
Div content here</div>
This div box has shadow with color #cbbd45
Comments
No comments written yet.
Please login to write comment.