Color Hex Logo

#ecfaee Color Hex

#ECFAEE
(236,250,238)
0 Favorites   0 Comments

Color spaces of #ecfaee

RGB 236250238
HSL0.360.580.95
HSV129°98°
CMYK 0.060.000.05   0.02
XYZ84.210392.377194.2811
Yxy92.37710.31090.3410
Hunter Lab96.1130-11.80339.1192
CIE-Lab96.9742-6.73204.1560

#ecfaee color RGB value is (236,250,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11111010 11101110
Octal 354 372 356
Decimal 236 250 238
Hex EC FA EE

RGB Percentages of Color #ecfaee

%32.60
%34.53
%32.87

CMYK Percentages of Color #ecfaee

%6
%0
%5
%2

Triadic Colors of #ecfaee

#ecfaee #eeecfa #faeeec

Analogous Colors of #ecfaee

#ecfaee #ecfaf5 #f1faec

Monochromatic Colors of #ecfaee

#ecfaee

Complementary Color

#ecfaee #faecf8

#ecfaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecfaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecfaee Color CSS Codes

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

#ecfaee Text Font Color

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

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


#ecfaee Background Color

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

This div background color is #ecfaee


#ecfaee Border Color

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

This div border color is #ecfaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecfaee

Related Colors


Comments

No comments written yet.

Please login to write comment.