Color Hex Logo

#c4eaaf Color Hex

#C4EAAF
(196,234,175)
0 Favorites   0 Comments

Color spaces of #c4eaaf

RGB 196234175
HSL0.270.580.80
HSV99°25°92°
CMYK 0.160.000.25   0.08
XYZ59.925673.676551.6200
Yxy73.67650.32350.3978
Hunter Lab85.8350-25.591724.4283
CIE-Lab88.7694-22.851424.6878

#c4eaaf color RGB value is (196,234,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 11101010 10101111
Octal 304 352 257
Decimal 196 234 175
Hex C4 EA AF

RGB Percentages of Color #c4eaaf

%32.40
%38.68
%28.93

CMYK Percentages of Color #c4eaaf

%16
%0
%25
%8

Triadic Colors of #c4eaaf

#c4eaaf #afc4ea #eaafc4

Analogous Colors of #c4eaaf

#c4eaaf #afeab8 #e2eaaf

Monochromatic Colors of #c4eaaf

#c4eaaf

Complementary Color

#c4eaaf #d5afea

#c4eaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4eaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4eaaf Color CSS Codes

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

#c4eaaf Text Font Color

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

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


#c4eaaf Background Color

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

This div background color is #c4eaaf


#c4eaaf Border Color

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

This div border color is #c4eaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4eaaf


Comments

No comments written yet.

Please login to write comment.