Color Hex Logo

#c4eadd Color Hex

#C4EADD
(196,234,221)
0 Favorites   0 Comments

Color spaces of #c4eadd

RGB 196234221
HSL0.440.480.84
HSV159°16°92°
CMYK 0.160.000.06   0.08
XYZ65.238975.801979.5994
Yxy75.80190.29570.3436
Hunter Lab87.0643-18.60916.7385
CIE-Lab89.7673-14.83852.1885

#c4eadd color RGB value is (196,234,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 11101010 11011101
Octal 304 352 335
Decimal 196 234 221
Hex C4 EA DD

RGB Percentages of Color #c4eadd

%30.11
%35.94
%33.95

CMYK Percentages of Color #c4eadd

%16
%0
%6
%8

Triadic Colors of #c4eadd

#c4eadd #ddc4ea #eaddc4

Analogous Colors of #c4eadd

#c4eadd #c4e4ea #c4eaca

Monochromatic Colors of #c4eadd

#c4eadd

Complementary Color

#c4eadd #eac4d1

#c4eadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4eadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4eadd Color CSS Codes

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

#c4eadd Text Font Color

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

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


#c4eadd Background Color

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

This div background color is #c4eadd


#c4eadd Border Color

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

This div border color is #c4eadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4eadd


Comments

No comments written yet.

Please login to write comment.