Color Hex Logo

#c2eeab Color Hex

#C2EEAB
(194,238,171)
0 Favorites   0 Comments

Color spaces of #c2eeab

RGB 194238171
HSL0.280.660.80
HSV99°28°93°
CMYK 0.180.000.28   0.07
XYZ60.173475.558749.9409
Yxy75.55870.32410.4069
Hunter Lab86.9245-28.551426.7832
CIE-Lab89.6540-26.074627.9227

#c2eeab color RGB value is (194,238,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11101110 10101011
Octal 302 356 253
Decimal 194 238 171
Hex C2 EE AB

RGB Percentages of Color #c2eeab

%32.17
%39.47
%28.36

CMYK Percentages of Color #c2eeab

%18
%0
%28
%7

Triadic Colors of #c2eeab

#c2eeab #abc2ee #eeabc2

Analogous Colors of #c2eeab

#c2eeab #abeeb6 #e4eeab

Monochromatic Colors of #c2eeab

#c2eeab

Complementary Color

#c2eeab #d7abee

#c2eeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2eeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2eeab Color CSS Codes

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

#c2eeab Text Font Color

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

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


#c2eeab Background Color

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

This div background color is #c2eeab


#c2eeab Border Color

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

This div border color is #c2eeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2eeab


Comments

No comments written yet.

Please login to write comment.