Color Hex Logo

#c7eaaf Color Hex

#C7EAAF
(199,234,175)
0 Favorites   0 Comments

Color spaces of #c7eaaf

RGB 199234175
HSL0.270.580.80
HSV96°25°92°
CMYK 0.150.000.25   0.08
XYZ60.713974.082951.6569
Yxy74.08290.32560.3973
Hunter Lab86.0714-24.712924.6663
CIE-Lab88.9616-21.808524.9822

#c7eaaf color RGB value is (199,234,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 11101010 10101111
Octal 307 352 257
Decimal 199 234 175
Hex C7 EA AF

RGB Percentages of Color #c7eaaf

%32.73
%38.49
%28.78

CMYK Percentages of Color #c7eaaf

%15
%0
%25
%8

Triadic Colors of #c7eaaf

#c7eaaf #afc7ea #eaafc7

Analogous Colors of #c7eaaf

#c7eaaf #afeab5 #e5eaaf

Monochromatic Colors of #c7eaaf

#c7eaaf

Complementary Color

#c7eaaf #d2afea

#c7eaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7eaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7eaaf Color CSS Codes

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

#c7eaaf Text Font Color

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

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


#c7eaaf Background Color

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

This div background color is #c7eaaf


#c7eaaf Border Color

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

This div border color is #c7eaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7eaaf


Comments

No comments written yet.

Please login to write comment.