Color Hex Logo

#cba532 Color Hex

#CBA532
(203,165,50)
0 Favorites   0 Comments

Color spaces of #cba532

RGB 20316550
HSL0.130.600.50
HSV45°75°80°
CMYK 0.000.190.75   0.20
XYZ38.659539.83718.6694
Yxy39.83710.44350.4570
Hunter Lab63.1166-1.121336.0379
CIE-Lab69.35332.558761.1198

#cba532 color RGB value is (203,165,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100101 00110010
Octal 313 245 62
Decimal 203 165 50
Hex CB A5 32

RGB Percentages of Color #cba532

%48.56
%39.47
%11.96

CMYK Percentages of Color #cba532

%0
%19
%75
%20

Triadic Colors of #cba532

#cba532 #32cba5 #a532cb

Analogous Colors of #cba532

#cba532 #a5cb32 #cb5932

Monochromatic Colors of #cba532

#cba532

Complementary Color

#cba532 #3258cb

#cba532 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba532 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba532 Color CSS Codes

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

#cba532 Text Font Color

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

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


#cba532 Background Color

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

This div background color is #cba532


#cba532 Border Color

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

This div border color is #cba532


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba532


Comments

No comments written yet.

Please login to write comment.