Color Hex Logo

#ecfef0 Color Hex

#ECFEF0
(236,254,240)
0 Favorites   0 Comments

Color spaces of #ecfef0

RGB 236254240
HSL0.370.900.96
HSV133°100°
CMYK 0.070.000.06   0.00
XYZ85.762195.007896.2563
Yxy95.00780.30960.3430
Hunter Lab97.4719-13.52019.6798
CIE-Lab98.0366-8.37944.6657

#ecfef0 color RGB value is (236,254,240).

#ecfef0 hex color red value is 236, green value is 254 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #ecfef0 hue: 0.37 , saturation: 0.90 and the lightness value of ecfef0 is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11111110 11110000
Octal 354 376 360
Decimal 236 254 240
Hex EC FE F0

RGB Percentages of Color #ecfef0

%32.33
%34.79
%32.88

CMYK Percentages of Color #ecfef0

%7
%0
%6
%0

Triadic Colors of #ecfef0

#ecfef0 #f0ecfe #fef0ec

Analogous Colors of #ecfef0

#ecfef0 #ecfef9 #f1feec

Monochromatic Colors of #ecfef0

#ecfef0

Complementary Color

#ecfef0 #feecfa

#ecfef0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecfef0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecfef0 Color CSS Codes

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

#ecfef0 Text Font Color

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

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


#ecfef0 Background Color

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

This div background color is #ecfef0


#ecfef0 Border Color

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

This div border color is #ecfef0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecfef0

Related Colors


Comments

No comments written yet.

Please login to write comment.