Color Hex Logo

#cba520 Color Hex

#CBA520
(203,165,32)
0 Favorites   0 Comments

Color spaces of #cba520

RGB 20316532
HSL0.130.730.46
HSV47°84°80°
CMYK 0.000.190.84   0.20
XYZ38.344439.71117.0105
Yxy39.71110.45080.4668
Hunter Lab63.0167-1.665737.5158
CIE-Lab69.26331.937866.8453

#cba520 color RGB value is (203,165,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100101 00100000
Octal 313 245 40
Decimal 203 165 32
Hex CB A5 20

RGB Percentages of Color #cba520

%50.75
%41.25
%8.00

CMYK Percentages of Color #cba520

%0
%19
%84
%20

Triadic Colors of #cba520

#cba520 #20cba5 #a520cb

Analogous Colors of #cba520

#cba520 #9ccb20 #cb5020

Monochromatic Colors of #cba520

#cba520

Complementary Color

#cba520 #2046cb

#cba520 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba520 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba520 Color CSS Codes

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

#cba520 Text Font Color

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

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


#cba520 Background Color

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

This div background color is #cba520


#cba520 Border Color

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

This div border color is #cba520


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba520


Comments

No comments written yet.

Please login to write comment.