Color Hex Logo

#ecfaed Color Hex

#ECFAED
(236,250,237)
0 Favorites   0 Comments

Color spaces of #ecfaed

RGB 236250237
HSL0.350.580.95
HSV124°98°
CMYK 0.060.000.05   0.02
XYZ84.063792.318593.5094
Yxy92.31850.31150.3421
Hunter Lab96.0825-11.97279.5556
CIE-Lab96.9503-6.90784.6363

#ecfaed color RGB value is (236,250,237).

#ecfaed hex color red value is 236, green value is 250 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ecfaed hue: 0.35 , saturation: 0.58 and the lightness value of ecfaed is 0.95.

The process color (four color CMYK) of #ecfaed color hex is 0.06, 0.00, 0.05, 0.02. Web safe color of #ecfaed is #ffffff. Color #ecfaed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11111010 11101101
Octal 354 372 355
Decimal 236 250 237
Hex EC FA ED

RGB Percentages of Color #ecfaed

%32.64
%34.58
%32.78

CMYK Percentages of Color #ecfaed

%6
%0
%5
%2

Triadic Colors of #ecfaed

#ecfaed #edecfa #faedec

Analogous Colors of #ecfaed

#ecfaed #ecfaf4 #f2faec

Monochromatic Colors of #ecfaed

#ecfaed

Complementary Color

#ecfaed #faecf9

#ecfaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecfaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecfaed Color CSS Codes

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

#ecfaed Text Font Color

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

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


#ecfaed Background Color

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

This div background color is #ecfaed


#ecfaed Border Color

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

This div border color is #ecfaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecfaed


Comments

No comments written yet.

Please login to write comment.