Color Hex Logo

#cbb30a Color Hex

#CBB30A
(203,179,10)
0 Favorites   0 Comments

Color spaces of #cbb30a

RGB 20317910
HSL0.150.910.42
HSV53°95°80°
CMYK 0.000.120.95   0.20
XYZ40.803544.95866.8145
Yxy44.95860.44080.4856
Hunter Lab67.0512-8.714740.9101
CIE-Lab72.8646-5.850573.8086

#cbb30a color RGB value is (203,179,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110011 00001010
Octal 313 263 12
Decimal 203 179 10
Hex CB B3 A

RGB Percentages of Color #cbb30a

%51.79
%45.66
%2.55

CMYK Percentages of Color #cbb30a

%0
%12
%95
%20

Triadic Colors of #cbb30a

#cbb30a #0acbb3 #b30acb

Analogous Colors of #cbb30a

#cbb30a #83cb0a #cb530a

Monochromatic Colors of #cbb30a

#cbb30a

Complementary Color

#cbb30a #0a22cb

#cbb30a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb30a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb30a Color CSS Codes

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

#cbb30a Text Font Color

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

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


#cbb30a Background Color

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

This div background color is #cbb30a


#cbb30a Border Color

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

This div border color is #cbb30a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,179,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 #cbb30a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb30a


Comments

No comments written yet.

Please login to write comment.