Color Hex Logo

#c5c28a Color Hex

#C5C28A
(197,194,138)
0 Favorites   0 Comments

Color spaces of #c5c28a

RGB 197194138
HSL0.160.340.66
HSV57°30°77°
CMYK 0.000.020.30   0.23
XYZ46.905252.288931.6653
Yxy52.28890.35840.3996
Hunter Lab72.3111-10.758824.6544
CIE-Lab77.4533-7.694128.6196

#c5c28a color RGB value is (197,194,138).

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

The process color (four color CMYK) of #c5c28a color hex is 0.00, 0.02, 0.30, 0.23. Web safe color of #c5c28a is #cccc99. Color #c5c28a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 11000010 10001010
Octal 305 302 212
Decimal 197 194 138
Hex C5 C2 8A

RGB Percentages of Color #c5c28a

%37.24
%36.67
%26.09

CMYK Percentages of Color #c5c28a

%0
%2
%30
%23

Triadic Colors of #c5c28a

#c5c28a #8ac5c2 #c28ac5

Analogous Colors of #c5c28a

#c5c28a #abc58a #c5a58a

Monochromatic Colors of #c5c28a

#c5c28a

Complementary Color

#c5c28a #8a8dc5

#c5c28a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5c28a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5c28a Color CSS Codes

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

#c5c28a Text Font Color

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

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


#c5c28a Background Color

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

This div background color is #c5c28a


#c5c28a Border Color

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

This div border color is #c5c28a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5c28a


Comments

No comments written yet.

Please login to write comment.