Color Hex Logo

#c4a83e Color Hex

#C4A83E
(196,168,62)
0 Favorites   0 Comments

Color spaces of #c4a83e

RGB 19616862
HSL0.130.530.51
HSV47°68°77°
CMYK 0.000.140.68   0.23
XYZ37.637140.088810.3117
Yxy40.08880.42750.4554
Hunter Lab63.3157-4.695834.6649
CIE-Lab69.5327-1.509556.3069

#c4a83e color RGB value is (196,168,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10101000 00111110
Octal 304 250 76
Decimal 196 168 62
Hex C4 A8 3E

RGB Percentages of Color #c4a83e

%46.01
%39.44
%14.55

CMYK Percentages of Color #c4a83e

%0
%14
%68
%23

Triadic Colors of #c4a83e

#c4a83e #3ec4a8 #a83ec4

Analogous Colors of #c4a83e

#c4a83e #9dc43e #c4653e

Monochromatic Colors of #c4a83e

#c4a83e

Complementary Color

#c4a83e #3e5ac4

#c4a83e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4a83e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4a83e Color CSS Codes

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

#c4a83e Text Font Color

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

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


#c4a83e Background Color

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

This div background color is #c4a83e


#c4a83e Border Color

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

This div border color is #c4a83e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4a83e


Comments

No comments written yet.

Please login to write comment.