Color Hex Logo

#c2eeac Color Hex

#C2EEAC
(194,238,172)
0 Favorites   0 Comments

Color spaces of #c2eeac

RGB 194238172
HSL0.280.660.80
HSV100°28°93°
CMYK 0.180.000.28   0.07
XYZ60.269175.597050.4449
Yxy75.59700.32350.4058
Hunter Lab86.9465-28.424826.4635
CIE-Lab89.6719-25.924027.4364

#c2eeac color RGB value is (194,238,172).

#c2eeac hex color red value is 194, green value is 238 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c2eeac hue: 0.28 , saturation: 0.66 and the lightness value of c2eeac is 0.80.

The process color (four color CMYK) of #c2eeac color hex is 0.18, 0.00, 0.28, 0.07. Web safe color of #c2eeac is #ccff99. Color #c2eeac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11101110 10101100
Octal 302 356 254
Decimal 194 238 172
Hex C2 EE AC

RGB Percentages of Color #c2eeac

%32.12
%39.40
%28.48

CMYK Percentages of Color #c2eeac

%18
%0
%28
%7

Triadic Colors of #c2eeac

#c2eeac #acc2ee #eeacc2

Analogous Colors of #c2eeac

#c2eeac #aceeb7 #e3eeac

Monochromatic Colors of #c2eeac

#c2eeac

Complementary Color

#c2eeac #d8acee

#c2eeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2eeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2eeac Color CSS Codes

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

#c2eeac Text Font Color

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

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


#c2eeac Background Color

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

This div background color is #c2eeac


#c2eeac Border Color

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

This div border color is #c2eeac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,238,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c2eeac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c2eeac;
  -webkit-box-shadow: 1px 1px 3px 2px #c2eeac;
  box-shadow:         1px 1px 3px 2px #c2eeac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,238,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2eeac


Comments

No comments written yet.

Please login to write comment.