Color Hex Logo

#c2eadd Color Hex

#C2EADD
(194,234,221)
0 Favorites   0 Comments

Color spaces of #c2eadd

RGB 194234221
HSL0.450.490.84
HSV161°17°92°
CMYK 0.170.000.06   0.08
XYZ64.722175.535479.5752
Yxy75.53540.29440.3436
Hunter Lab86.9111-19.16676.5523
CIE-Lab89.6432-15.47131.9928

#c2eadd color RGB value is (194,234,221).

#c2eadd hex color red value is 194, green value is 234 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c2eadd hue: 0.45 , saturation: 0.49 and the lightness value of c2eadd is 0.84.

The process color (four color CMYK) of #c2eadd color hex is 0.17, 0.00, 0.06, 0.08. Web safe color of #c2eadd is #ccffcc. Color #c2eadd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11101010 11011101
Octal 302 352 335
Decimal 194 234 221
Hex C2 EA DD

RGB Percentages of Color #c2eadd

%29.89
%36.06
%34.05

CMYK Percentages of Color #c2eadd

%17
%0
%6
%8

Triadic Colors of #c2eadd

#c2eadd #ddc2ea #eaddc2

Analogous Colors of #c2eadd

#c2eadd #c2e3ea #c2eac9

Monochromatic Colors of #c2eadd

#c2eadd

Complementary Color

#c2eadd #eac2cf

#c2eadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2eadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2eadd Color CSS Codes

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

#c2eadd Text Font Color

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

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


#c2eadd Background Color

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

This div background color is #c2eadd


#c2eadd Border Color

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

This div border color is #c2eadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2eadd


Comments

No comments written yet.

Please login to write comment.