Color Hex Logo

#edf3ea Color Hex

#EDF3EA
(237,243,234)
0 Favorites   0 Comments

Color spaces of #edf3ea

RGB 237243234
HSL0.280.270.94
HSV100°95°
CMYK 0.020.000.04   0.05
XYZ81.826988.046290.5238
Yxy88.04620.31420.3381
Hunter Lab93.8329-8.54698.4840
CIE-Lab95.1804-3.57393.6298

#edf3ea color RGB value is (237,243,234).

#edf3ea hex color red value is 237, green value is 243 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #edf3ea hue: 0.28 , saturation: 0.27 and the lightness value of edf3ea is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110011 11101010
Octal 355 363 352
Decimal 237 243 234
Hex ED F3 EA

RGB Percentages of Color #edf3ea

%33.19
%34.03
%32.77

CMYK Percentages of Color #edf3ea

%2
%0
%4
%5

Triadic Colors of #edf3ea

#edf3ea #eaedf3 #f3eaed

Analogous Colors of #edf3ea

#edf3ea #eaf3ec #f2f3ea

Monochromatic Colors of #edf3ea

#edf3ea

Complementary Color

#edf3ea #f0eaf3

#edf3ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf3ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf3ea Color CSS Codes

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

#edf3ea Text Font Color

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

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


#edf3ea Background Color

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

This div background color is #edf3ea


#edf3ea Border Color

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

This div border color is #edf3ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,243,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 #edf3ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf3ea


Comments

No comments written yet.

Please login to write comment.