Color Hex Logo

#cbb40a Color Hex

#CBB40A
(203,180,10)
0 Favorites   0 Comments

Color spaces of #cbb40a

RGB 20318010
HSL0.150.910.42
HSV53°95°80°
CMYK 0.000.110.95   0.20
XYZ41.004645.36096.8815
Yxy45.36090.43970.4865
Hunter Lab67.3505-9.188341.0874
CIE-Lab73.1289-6.371074.0049

#cbb40a color RGB value is (203,180,10).

#cbb40a hex color red value is 203, green value is 180 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #cbb40a hue: 0.15 , saturation: 0.91 and the lightness value of cbb40a is 0.42.

The process color (four color CMYK) of #cbb40a color hex is 0.00, 0.11, 0.95, 0.20. Web safe color of #cbb40a is #cccc00. Color #cbb40a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110100 00001010
Octal 313 264 12
Decimal 203 180 10
Hex CB B4 A

RGB Percentages of Color #cbb40a

%51.65
%45.80
%2.54

CMYK Percentages of Color #cbb40a

%0
%11
%95
%20

Triadic Colors of #cbb40a

#cbb40a #0acbb4 #b40acb

Analogous Colors of #cbb40a

#cbb40a #82cb0a #cb530a

Monochromatic Colors of #cbb40a

#cbb40a

Complementary Color

#cbb40a #0a21cb

#cbb40a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb40a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb40a Color CSS Codes

.mybgcolor {background-color:#cbb40a; } 
.myforecolor {color:#cbb40a; }
.mybordercolor {border:3px solid #cbb40a; }

#cbb40a Text Font Color

<p style="color:#cbb40a">Text here</p>

This sample text font color is #cbb40a
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.


#cbb40a Background Color

<div style="background-color:#cbb40a">
Div content here</div>

This div background color is #cbb40a


#cbb40a Border Color

<div style="border:3px solid #cbb40a">
Div here</div>

This div border color is #cbb40a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,180,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cbb40a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cbb40a;
  -webkit-box-shadow: 1px 1px 3px 2px #cbb40a;
  box-shadow:         1px 1px 3px 2px #cbb40a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,180,10, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cbb40a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cbb40a;
  -webkit-box-shadow: 1px 1px 3px 2px #cbb40a;
  box-shadow:         1px 1px 3px 2px #cbb40a;">
Div content here</div>

This div box has shadow with color #cbb40a


Comments

No comments written yet.

Please login to write comment.