Color Hex Logo

#ecfae1 Color Hex

#ECFAE1
(236,250,225)
0 Favorites   0 Comments

Color spaces of #ecfae1

RGB 236250225
HSL0.260.710.93
HSV94°10°98°
CMYK 0.060.000.10   0.02
XYZ82.368391.640384.5812
Yxy91.64030.31850.3544
Hunter Lab95.7289-13.938414.6246
CIE-Lab96.6731-8.961210.4121

#ecfae1 color RGB value is (236,250,225).

#ecfae1 hex color red value is 236, green value is 250 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #ecfae1 hue: 0.26 , saturation: 0.71 and the lightness value of ecfae1 is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11111010 11100001
Octal 354 372 341
Decimal 236 250 225
Hex EC FA E1

RGB Percentages of Color #ecfae1

%33.19
%35.16
%31.65

CMYK Percentages of Color #ecfae1

%6
%0
%10
%2

Triadic Colors of #ecfae1

#ecfae1 #e1ecfa #fae1ec

Analogous Colors of #ecfae1

#ecfae1 #e1fae3 #f9fae1

Monochromatic Colors of #ecfae1

#ecfae1

Complementary Color

#ecfae1 #efe1fa

#ecfae1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecfae1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecfae1 Color CSS Codes

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

#ecfae1 Text Font Color

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

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


#ecfae1 Background Color

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

This div background color is #ecfae1


#ecfae1 Border Color

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

This div border color is #ecfae1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecfae1

#ecfae1 Color Palettes


Comments

No comments written yet.

Please login to write comment.