Color Hex Logo

#c4efaf Color Hex

#C4EFAF
(196,239,175)
0 Favorites   0 Comments

Color spaces of #c4efaf

RGB 196239175
HSL0.280.670.81
HSV100°27°94°
CMYK 0.180.000.27   0.06
XYZ61.369376.563952.1012
Yxy76.56390.32290.4029
Hunter Lab87.5008-27.934225.9471
CIE-Lab90.1205-25.259626.5343

#c4efaf color RGB value is (196,239,175).

#c4efaf hex color red value is 196, green value is 239 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c4efaf hue: 0.28 , saturation: 0.67 and the lightness value of c4efaf is 0.81.

The process color (four color CMYK) of #c4efaf color hex is 0.18, 0.00, 0.27, 0.06. Web safe color of #c4efaf is #ccff99. Color #c4efaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 11101111 10101111
Octal 304 357 257
Decimal 196 239 175
Hex C4 EF AF

RGB Percentages of Color #c4efaf

%32.13
%39.18
%28.69

CMYK Percentages of Color #c4efaf

%18
%0
%27
%6

Triadic Colors of #c4efaf

#c4efaf #afc4ef #efafc4

Analogous Colors of #c4efaf

#c4efaf #afefba #e4efaf

Monochromatic Colors of #c4efaf

#c4efaf

Complementary Color

#c4efaf #daafef

#c4efaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4efaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4efaf Color CSS Codes

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

#c4efaf Text Font Color

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

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


#c4efaf Background Color

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

This div background color is #c4efaf


#c4efaf Border Color

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

This div border color is #c4efaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4efaf


Comments

No comments written yet.

Please login to write comment.