Color Hex Logo

#c4a23e Color Hex

#C4A23E
(196,162,62)
0 Favorites   0 Comments

Color spaces of #c4a23e

RGB 19616262
HSL0.120.530.51
HSV45°68°77°
CMYK 0.000.170.68   0.23
XYZ36.554837.92429.9509
Yxy37.92420.43300.4492
Hunter Lab61.5826-1.813933.5274
CIE-Lab67.96471.695554.6793

#c4a23e color RGB value is (196,162,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10100010 00111110
Octal 304 242 76
Decimal 196 162 62
Hex C4 A2 3E

RGB Percentages of Color #c4a23e

%46.67
%38.57
%14.76

CMYK Percentages of Color #c4a23e

%0
%17
%68
%23

Triadic Colors of #c4a23e

#c4a23e #3ec4a2 #a23ec4

Analogous Colors of #c4a23e

#c4a23e #a3c43e #c45f3e

Monochromatic Colors of #c4a23e

#c4a23e

Complementary Color

#c4a23e #3e60c4

#c4a23e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4a23e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4a23e Color CSS Codes

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

#c4a23e Text Font Color

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

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


#c4a23e Background Color

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

This div background color is #c4a23e


#c4a23e Border Color

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

This div border color is #c4a23e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,162,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 #c4a23e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4a23e


Comments

No comments written yet.

Please login to write comment.