Color Hex Logo

#c2eeaf Color Hex

#C2EEAF
(194,238,175)
0 Favorites   0 Comments

Color spaces of #c2eeaf

RGB 194238175
HSL0.280.650.81
HSV102°26°93°
CMYK 0.180.000.26   0.07
XYZ60.560575.713651.9797
Yxy75.71360.32170.4022
Hunter Lab87.0136-28.039725.4911
CIE-Lab89.7262-25.466925.9761

#c2eeaf color RGB value is (194,238,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11101110 10101111
Octal 302 356 257
Decimal 194 238 175
Hex C2 EE AF

RGB Percentages of Color #c2eeaf

%31.96
%39.21
%28.83

CMYK Percentages of Color #c2eeaf

%18
%0
%26
%7

Triadic Colors of #c2eeaf

#c2eeaf #afc2ee #eeafc2

Analogous Colors of #c2eeaf

#c2eeaf #afeebc #e2eeaf

Monochromatic Colors of #c2eeaf

#c2eeaf

Complementary Color

#c2eeaf #dbafee

#c2eeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2eeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2eeaf Color CSS Codes

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

#c2eeaf Text Font Color

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

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


#c2eeaf Background Color

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

This div background color is #c2eeaf


#c2eeaf Border Color

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

This div border color is #c2eeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2eeaf


Comments

No comments written yet.

Please login to write comment.