Color spaces of #cbbf14
RGB | 203 | 191 | 20 |
---|---|---|---|
HSL | 0.16 | 0.82 | 0.44 |
HSV | 56° | 90° | 80° |
CMYK | 0.00 | 0.06 | 0.90 0.20 |
XYZ | 43.3857 | 50.0086 | 8.0278 |
Yxy | 50.0086 | 0.4278 | 0.4931 |
Hunter Lab | 70.7168 | -14.2421 | 42.7711 |
CIE-Lab | 76.0745 | -11.8919 | 74.8852 |
#cbbf14 color RGB value is (203,191,20).
#cbbf14 hex color red value is 203, green value is 191 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #cbbf14 hue: 0.16 , saturation: 0.82 and the lightness value of cbbf14 is 0.44.
The process color (four color CMYK) of #cbbf14 color hex is 0.00, 0.06, 0.90, 0.20. Web safe color of #cbbf14 is #cccc00. Color #cbbf14 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 10111111 | 00010100 |
Octal | 313 | 277 | 24 |
Decimal | 203 | 191 | 20 |
Hex | CB | BF | 14 |
Shades of #cbbf14
Tints of #cbbf14
RGB Percentages of Color #cbbf14
CMYK Percentages of Color #cbbf14
Complementary Color
#cbbf14 | #1420cb |
#cbbf14 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbbf14 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbbf14 Color CSS Codes
.mybgcolor {background-color:#cbbf14; } .myforecolor {color:#cbbf14; } .mybordercolor {border:3px solid #cbbf14; }
#cbbf14 Text Font Color
<p style="color:#cbbf14">Text here</p>
This sample text font color is #cbbf14
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.
#cbbf14 Background Color
<div style="background-color:#cbbf14">
Div content here</div>
This div background color is #cbbf14
#cbbf14 Border Color
<div style="border:3px solid #cbbf14">
Div here</div>
This div border color is #cbbf14
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,191,20, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbbf14; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbbf14; -webkit-box-shadow: 1px 1px 3px 2px #cbbf14; box-shadow: 1px 1px 3px 2px #cbbf14; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,191,20, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbbf14">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbbf14; -webkit-box-shadow: 1px 1px 3px 2px #cbbf14; box-shadow: 1px 1px 3px 2px #cbbf14;">
Div content here</div>
This div box has shadow with color #cbbf14
Comments
No comments written yet.
Please login to write comment.