Color Hex Logo

#cba32f Color Hex

#CBA32F
(203,163,47)
0 Favorites   0 Comments

Color spaces of #cba32f

RGB 20316347
HSL0.120.620.49
HSV45°77°80°
CMYK 0.000.200.77   0.20
XYZ38.238939.09618.2202
Yxy39.09610.44700.4570
Hunter Lab62.5269-0.258735.9742
CIE-Lab68.82083.505761.7141

#cba32f color RGB value is (203,163,47).

#cba32f hex color red value is 203, green value is 163 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #cba32f hue: 0.12 , saturation: 0.62 and the lightness value of cba32f is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100011 00101111
Octal 313 243 57
Decimal 203 163 47
Hex CB A3 2F

RGB Percentages of Color #cba32f

%49.15
%39.47
%11.38

CMYK Percentages of Color #cba32f

%0
%20
%77
%20

Triadic Colors of #cba32f

#cba32f #2fcba3 #a32fcb

Analogous Colors of #cba32f

#cba32f #a5cb2f #cb552f

Monochromatic Colors of #cba32f

#cba32f

Complementary Color

#cba32f #2f57cb

#cba32f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba32f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba32f Color CSS Codes

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

#cba32f Text Font Color

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

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


#cba32f Background Color

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

This div background color is #cba32f


#cba32f Border Color

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

This div border color is #cba32f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba32f


Comments

No comments written yet.

Please login to write comment.