Color Hex Logo

#ecfad6 Color Hex

#ECFAD6
(236,250,214)
0 Favorites   0 Comments

Color spaces of #ecfad6

RGB 236250214
HSL0.230.780.91
HSV83°14°98°
CMYK 0.060.000.14   0.02
XYZ80.915391.059176.9298
Yxy91.05910.32510.3658
Hunter Lab95.4249-15.634918.9989
CIE-Lab96.4344-10.752015.7205

#ecfad6 color RGB value is (236,250,214).

#ecfad6 hex color red value is 236, green value is 250 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #ecfad6 hue: 0.23 , saturation: 0.78 and the lightness value of ecfad6 is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11111010 11010110
Octal 354 372 326
Decimal 236 250 214
Hex EC FA D6

RGB Percentages of Color #ecfad6

%33.71
%35.71
%30.57

CMYK Percentages of Color #ecfad6

%6
%0
%14
%2

Triadic Colors of #ecfad6

#ecfad6 #d6ecfa #fad6ec

Analogous Colors of #ecfad6

#ecfad6 #dafad6 #faf6d6

Monochromatic Colors of #ecfad6

#ecfad6

Complementary Color

#ecfad6 #e4d6fa

#ecfad6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecfad6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecfad6 Color CSS Codes

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

#ecfad6 Text Font Color

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

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


#ecfad6 Background Color

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

This div background color is #ecfad6


#ecfad6 Border Color

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

This div border color is #ecfad6


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,250,214, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecfad6


Comments

No comments written yet.

Please login to write comment.