Color spaces of #cbbe30
RGB | 203 | 190 | 48 |
---|---|---|---|
HSL | 0.15 | 0.62 | 0.49 |
HSV | 55° | 76° | 80° |
CMYK | 0.00 | 0.06 | 0.76 0.20 |
XYZ | 43.5756 | 49.7368 | 10.0998 |
Yxy | 49.7368 | 0.4214 | 0.4810 |
Hunter Lab | 70.5243 | -13.1259 | 40.8761 |
CIE-Lab | 75.9074 | -10.6107 | 67.9266 |
#cbbe30 color RGB value is (203,190,48).
#cbbe30 hex color red value is 203, green value is 190 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #cbbe30 hue: 0.15 , saturation: 0.62 and the lightness value of cbbe30 is 0.49.
The process color (four color CMYK) of #cbbe30 color hex is 0.00, 0.06, 0.76, 0.20. Web safe color of #cbbe30 is #cccc33. Color #cbbe30 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 10111110 | 00110000 |
Octal | 313 | 276 | 60 |
Decimal | 203 | 190 | 48 |
Hex | CB | BE | 30 |
Shades of #cbbe30
Tints of #cbbe30
RGB Percentages of Color #cbbe30
CMYK Percentages of Color #cbbe30
Complementary Color
#cbbe30 | #303dcb |
#cbbe30 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbbe30 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbbe30 Color CSS Codes
.mybgcolor {background-color:#cbbe30; } .myforecolor {color:#cbbe30; } .mybordercolor {border:3px solid #cbbe30; }
#cbbe30 Text Font Color
<p style="color:#cbbe30">Text here</p>
This sample text font color is #cbbe30
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.
#cbbe30 Background Color
<div style="background-color:#cbbe30">
Div content here</div>
This div background color is #cbbe30
#cbbe30 Border Color
<div style="border:3px solid #cbbe30">
Div here</div>
This div border color is #cbbe30
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,190,48, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbbe30; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbbe30; -webkit-box-shadow: 1px 1px 3px 2px #cbbe30; box-shadow: 1px 1px 3px 2px #cbbe30; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,190,48, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbbe30">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbbe30; -webkit-box-shadow: 1px 1px 3px 2px #cbbe30; box-shadow: 1px 1px 3px 2px #cbbe30;">
Div content here</div>
This div box has shadow with color #cbbe30
Comments
No comments written yet.
Please login to write comment.