Color Hex Logo

#c5eaaf Color Hex

#C5EAAF
(197,234,175)
0 Favorites   0 Comments

Color spaces of #c5eaaf

RGB 197234175
HSL0.270.580.80
HSV98°25°92°
CMYK 0.160.000.25   0.08
XYZ60.186673.811151.6322
Yxy73.81110.32420.3976
Hunter Lab85.9134-25.300324.5073
CIE-Lab88.8331-22.504724.7855

#c5eaaf color RGB value is (197,234,175).

#c5eaaf hex color red value is 197, green value is 234 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c5eaaf hue: 0.27 , saturation: 0.58 and the lightness value of c5eaaf is 0.80.

The process color (four color CMYK) of #c5eaaf color hex is 0.16, 0.00, 0.25, 0.08. Web safe color of #c5eaaf is #ccff99. Color #c5eaaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 11101010 10101111
Octal 305 352 257
Decimal 197 234 175
Hex C5 EA AF

RGB Percentages of Color #c5eaaf

%32.51
%38.61
%28.88

CMYK Percentages of Color #c5eaaf

%16
%0
%25
%8

Triadic Colors of #c5eaaf

#c5eaaf #afc5ea #eaafc5

Analogous Colors of #c5eaaf

#c5eaaf #afeab7 #e3eaaf

Monochromatic Colors of #c5eaaf

#c5eaaf

Complementary Color

#c5eaaf #d4afea

#c5eaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5eaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5eaaf Color CSS Codes

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

#c5eaaf Text Font Color

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

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


#c5eaaf Background Color

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

This div background color is #c5eaaf


#c5eaaf Border Color

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

This div border color is #c5eaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5eaaf

#c5eaaf Color Palettes


Comments

No comments written yet.

Please login to write comment.