Color Hex Logo

#c5c38e Color Hex

#C5C38E
(197,195,142)
0 Favorites   0 Comments

Color spaces of #c5c38e

RGB 197195142
HSL0.160.320.66
HSV58°28°77°
CMYK 0.000.010.28   0.23
XYZ47.423552.853533.2934
Yxy52.85350.35500.3957
Hunter Lab72.7004-10.787723.7382
CIE-Lab77.7884-7.688726.9643

#c5c38e color RGB value is (197,195,142).

#c5c38e hex color red value is 197, green value is 195 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #c5c38e hue: 0.16 , saturation: 0.32 and the lightness value of c5c38e is 0.66.

The process color (four color CMYK) of #c5c38e color hex is 0.00, 0.01, 0.28, 0.23. Web safe color of #c5c38e is #cccc99. Color #c5c38e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 11000011 10001110
Octal 305 303 216
Decimal 197 195 142
Hex C5 C3 8E

RGB Percentages of Color #c5c38e

%36.89
%36.52
%26.59

CMYK Percentages of Color #c5c38e

%0
%1
%28
%23

Triadic Colors of #c5c38e

#c5c38e #8ec5c3 #c38ec5

Analogous Colors of #c5c38e

#c5c38e #acc58e #c5a88e

Monochromatic Colors of #c5c38e

#c5c38e

Complementary Color

#c5c38e #8e90c5

#c5c38e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5c38e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5c38e Color CSS Codes

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

#c5c38e Text Font Color

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

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


#c5c38e Background Color

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

This div background color is #c5c38e


#c5c38e Border Color

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

This div border color is #c5c38e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,195,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c5c38e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c5c38e;
  -webkit-box-shadow: 1px 1px 3px 2px #c5c38e;
  box-shadow:         1px 1px 3px 2px #c5c38e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,195,142, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5c38e

#c5c38e Color Palettes


Comments

No comments written yet.

Please login to write comment.