Color Hex Logo

#c4b94e Color Hex

#C4B94E
(196,185,78)
0 Favorites   0 Comments

Color spaces of #c4b94e

RGB 19618578
HSL0.150.500.54
HSV54°60°77°
CMYK 0.000.060.60   0.23
XYZ41.489146.983714.0898
Yxy46.98370.40450.4581
Hunter Lab68.5447-11.909735.7938
CIE-Lab74.1793-9.416654.3210

#c4b94e color RGB value is (196,185,78).

#c4b94e hex color red value is 196, green value is 185 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #c4b94e hue: 0.15 , saturation: 0.50 and the lightness value of c4b94e is 0.54.

The process color (four color CMYK) of #c4b94e color hex is 0.00, 0.06, 0.60, 0.23. Web safe color of #c4b94e is #cccc66. Color #c4b94e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10111001 01001110
Octal 304 271 116
Decimal 196 185 78
Hex C4 B9 4E

RGB Percentages of Color #c4b94e

%42.70
%40.31
%16.99

CMYK Percentages of Color #c4b94e

%0
%6
%60
%23

Triadic Colors of #c4b94e

#c4b94e #4ec4b9 #b94ec4

Analogous Colors of #c4b94e

#c4b94e #94c44e #c47e4e

Monochromatic Colors of #c4b94e

#c4b94e

Complementary Color

#c4b94e #4e59c4

#c4b94e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4b94e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4b94e Color CSS Codes

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

#c4b94e Text Font Color

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

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


#c4b94e Background Color

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

This div background color is #c4b94e


#c4b94e Border Color

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

This div border color is #c4b94e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4b94e


Comments

No comments written yet.

Please login to write comment.