Color Hex Logo

#c4a33f Color Hex

#C4A33F
(196,163,63)
0 Favorites   0 Comments

Color spaces of #c4a33f

RGB 19616363
HSL0.130.530.51
HSV45°68°77°
CMYK 0.000.170.68   0.23
XYZ36.759338.289010.1557
Yxy38.28900.43140.4494
Hunter Lab61.8781-2.247033.5837
CIE-Lab68.23311.215654.5282

#c4a33f color RGB value is (196,163,63).

#c4a33f hex color red value is 196, green value is 163 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #c4a33f hue: 0.13 , saturation: 0.53 and the lightness value of c4a33f is 0.51.

The process color (four color CMYK) of #c4a33f color hex is 0.00, 0.17, 0.68, 0.23. Web safe color of #c4a33f is #cc9933. Color #c4a33f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10100011 00111111
Octal 304 243 77
Decimal 196 163 63
Hex C4 A3 3F

RGB Percentages of Color #c4a33f

%46.45
%38.63
%14.93

CMYK Percentages of Color #c4a33f

%0
%17
%68
%23

Triadic Colors of #c4a33f

#c4a33f #3fc4a3 #a33fc4

Analogous Colors of #c4a33f

#c4a33f #a3c43f #c4613f

Monochromatic Colors of #c4a33f

#c4a33f

Complementary Color

#c4a33f #3f60c4

#c4a33f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4a33f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4a33f Color CSS Codes

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

#c4a33f Text Font Color

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

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


#c4a33f Background Color

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

This div background color is #c4a33f


#c4a33f Border Color

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

This div border color is #c4a33f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4a33f


Comments

No comments written yet.

Please login to write comment.