Color Hex Logo

#c5c58e Color Hex

#C5C58E
(197,197,142)
0 Favorites   0 Comments

Color spaces of #c5c58e

RGB 197197142
HSL0.170.320.66
HSV60°28°77°
CMYK 0.000.000.28   0.23
XYZ47.874753.755833.4438
Yxy53.75580.35440.3980
Hunter Lab73.3183-11.751924.2780
CIE-Lab78.3191-8.722527.6768

#c5c58e color RGB value is (197,197,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11000101 10001110
Octal 305 305 216
Decimal 197 197 142
Hex C5 C5 8E

RGB Percentages of Color #c5c58e

%36.75
%36.75
%26.49

CMYK Percentages of Color #c5c58e

%0
%0
%28
%23

Triadic Colors of #c5c58e

#c5c58e #8ec5c5 #c58ec5

Analogous Colors of #c5c58e

#c5c58e #aac58e #c5aa8e

Monochromatic Colors of #c5c58e

#c5c58e

Complementary Color

#c5c58e #8e8ec5

#c5c58e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5c58e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5c58e Color CSS Codes

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

#c5c58e Text Font Color

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

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


#c5c58e Background Color

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

This div background color is #c5c58e


#c5c58e Border Color

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

This div border color is #c5c58e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5c58e


Comments

No comments written yet.

Please login to write comment.