Color Hex Logo

#ecf2ea Color Hex

#ECF2EA
(236,242,234)
1 Favorites   0 Comments

Color spaces of #ecf2ea

RGB 236242234
HSL0.290.240.93
HSV105°95°
CMYK 0.020.000.03   0.05
XYZ81.195587.277690.4087
Yxy87.27760.31360.3371
Hunter Lab93.4225-8.35118.0184
CIE-Lab94.8559-3.40203.1502

#ecf2ea color RGB value is (236,242,234).

#ecf2ea hex color red value is 236, green value is 242 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ecf2ea hue: 0.29 , saturation: 0.24 and the lightness value of ecf2ea is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11110010 11101010
Octal 354 362 352
Decimal 236 242 234
Hex EC F2 EA

RGB Percentages of Color #ecf2ea

%33.15
%33.99
%32.87

CMYK Percentages of Color #ecf2ea

%2
%0
%3
%5

Triadic Colors of #ecf2ea

#ecf2ea #eaecf2 #f2eaec

Analogous Colors of #ecf2ea

#ecf2ea #eaf2ec #f0f2ea

Monochromatic Colors of #ecf2ea

#ecf2ea

Complementary Color

#ecf2ea #f0eaf2

#ecf2ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecf2ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecf2ea Color CSS Codes

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

#ecf2ea Text Font Color

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

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


#ecf2ea Background Color

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

This div background color is #ecf2ea


#ecf2ea Border Color

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

This div border color is #ecf2ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecf2ea

#ecf2ea Color Palettes


Comments

No comments written yet.

Please login to write comment.