Color Hex Logo

#c4eadc Color Hex

#C4EADC
(196,234,220)
0 Favorites   0 Comments

Color spaces of #c4eadc

RGB 196234220
HSL0.440.480.84
HSV158°16°92°
CMYK 0.160.000.06   0.08
XYZ65.106075.748778.8997
Yxy75.74870.29630.3447
Hunter Lab87.0337-18.78127.1748
CIE-Lab89.7425-15.03152.6753

#c4eadc color RGB value is (196,234,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 11101010 11011100
Octal 304 352 334
Decimal 196 234 220
Hex C4 EA DC

RGB Percentages of Color #c4eadc

%30.15
%36.00
%33.85

CMYK Percentages of Color #c4eadc

%16
%0
%6
%8

Triadic Colors of #c4eadc

#c4eadc #dcc4ea #eadcc4

Analogous Colors of #c4eadc

#c4eadc #c4e5ea #c4eac9

Monochromatic Colors of #c4eadc

#c4eadc

Complementary Color

#c4eadc #eac4d2

#c4eadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4eadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4eadc Color CSS Codes

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

#c4eadc Text Font Color

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

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


#c4eadc Background Color

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

This div background color is #c4eadc


#c4eadc Border Color

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

This div border color is #c4eadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4eadc


Comments

No comments written yet.

Please login to write comment.