Color Hex Logo

#c4a342 Color Hex

#C4A342
(196,163,66)
0 Favorites   0 Comments

Color spaces of #c4a342

RGB 19616366
HSL0.120.520.51
HSV45°66°77°
CMYK 0.000.170.66   0.23
XYZ36.845538.323510.6095
Yxy38.32350.42950.4468
Hunter Lab61.9060-2.095033.1730
CIE-Lab68.25841.391153.2405

#c4a342 color RGB value is (196,163,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10100011 01000010
Octal 304 243 102
Decimal 196 163 66
Hex C4 A3 42

RGB Percentages of Color #c4a342

%46.12
%38.35
%15.53

CMYK Percentages of Color #c4a342

%0
%17
%66
%23

Triadic Colors of #c4a342

#c4a342 #42c4a3 #a342c4

Analogous Colors of #c4a342

#c4a342 #a4c442 #c46242

Monochromatic Colors of #c4a342

#c4a342

Complementary Color

#c4a342 #4263c4

#c4a342 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4a342 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4a342 Color CSS Codes

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

#c4a342 Text Font Color

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

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


#c4a342 Background Color

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

This div background color is #c4a342


#c4a342 Border Color

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

This div border color is #c4a342


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4a342


Comments

No comments written yet.

Please login to write comment.