Color Hex Logo

#edf4ee Color Hex

#EDF4EE
(237,244,238)
0 Favorites   0 Comments

Color spaces of #edf4ee

RGB 237244238
HSL0.360.240.94
HSV129°96°
CMYK 0.030.000.02   0.04
XYZ82.708488.878993.6851
Yxy88.87890.31180.3350
Hunter Lab94.2756-8.38357.0743
CIE-Lab95.5298-3.37802.0681

#edf4ee color RGB value is (237,244,238).

#edf4ee hex color red value is 237, green value is 244 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #edf4ee hue: 0.36 , saturation: 0.24 and the lightness value of edf4ee is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110100 11101110
Octal 355 364 356
Decimal 237 244 238
Hex ED F4 EE

RGB Percentages of Color #edf4ee

%32.96
%33.94
%33.10

CMYK Percentages of Color #edf4ee

%3
%0
%2
%4

Triadic Colors of #edf4ee

#edf4ee #eeedf4 #f4eeed

Analogous Colors of #edf4ee

#edf4ee #edf4f2 #f0f4ed

Monochromatic Colors of #edf4ee

#edf4ee

Complementary Color

#edf4ee #f4edf3

#edf4ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf4ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf4ee Color CSS Codes

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

#edf4ee Text Font Color

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

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


#edf4ee Background Color

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

This div background color is #edf4ee


#edf4ee Border Color

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

This div border color is #edf4ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf4ee


Comments

No comments written yet.

Please login to write comment.