Color Hex Logo

#cba52a Color Hex

#CBA52A
(203,165,42)
0 Favorites   0 Comments

Color spaces of #cba52a

RGB 20316542
HSL0.130.660.48
HSV46°79°80°
CMYK 0.000.190.79   0.20
XYZ38.501739.77397.8384
Yxy39.77390.44710.4619
Hunter Lab63.0666-1.393436.7776
CIE-Lab69.30822.248763.8839

#cba52a color RGB value is (203,165,42).

#cba52a hex color red value is 203, green value is 165 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #cba52a hue: 0.13 , saturation: 0.66 and the lightness value of cba52a is 0.48.

The process color (four color CMYK) of #cba52a color hex is 0.00, 0.19, 0.79, 0.20. Web safe color of #cba52a is #cc9933. Color #cba52a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100101 00101010
Octal 313 245 52
Decimal 203 165 42
Hex CB A5 2A

RGB Percentages of Color #cba52a

%49.51
%40.24
%10.24

CMYK Percentages of Color #cba52a

%0
%19
%79
%20

Triadic Colors of #cba52a

#cba52a #2acba5 #a52acb

Analogous Colors of #cba52a

#cba52a #a1cb2a #cb552a

Monochromatic Colors of #cba52a

#cba52a

Complementary Color

#cba52a #2a50cb

#cba52a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba52a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba52a Color CSS Codes

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

#cba52a Text Font Color

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

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


#cba52a Background Color

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

This div background color is #cba52a


#cba52a Border Color

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

This div border color is #cba52a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba52a


Comments

No comments written yet.

Please login to write comment.