Color Hex Logo

#ecfadc Color Hex

#ECFADC
(236,250,220)
0 Favorites   0 Comments

Color spaces of #ecfadc

RGB 236250220
HSL0.240.750.92
HSV88°12°98°
CMYK 0.060.000.12   0.02
XYZ81.695991.371481.0408
Yxy91.37140.32150.3596
Hunter Lab95.5884-14.722316.6452
CIE-Lab96.5628-9.786412.8238

#ecfadc color RGB value is (236,250,220).

#ecfadc hex color red value is 236, green value is 250 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ecfadc hue: 0.24 , saturation: 0.75 and the lightness value of ecfadc is 0.92.

The process color (four color CMYK) of #ecfadc color hex is 0.06, 0.00, 0.12, 0.02. Web safe color of #ecfadc is #ffffcc. Color #ecfadc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11111010 11011100
Octal 354 372 334
Decimal 236 250 220
Hex EC FA DC

RGB Percentages of Color #ecfadc

%33.43
%35.41
%31.16

CMYK Percentages of Color #ecfadc

%6
%0
%12
%2

Triadic Colors of #ecfadc

#ecfadc #dcecfa #fadcec

Analogous Colors of #ecfadc

#ecfadc #ddfadc #faf9dc

Monochromatic Colors of #ecfadc

#ecfadc

Complementary Color

#ecfadc #eadcfa

#ecfadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecfadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecfadc Color CSS Codes

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

#ecfadc Text Font Color

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

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


#ecfadc Background Color

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

This div background color is #ecfadc


#ecfadc Border Color

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

This div border color is #ecfadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecfadc


Comments

No comments written yet.

Please login to write comment.