Color Hex Logo

#edf5ee Color Hex

#EDF5EE
(237,245,238)
1 Favorites   0 Comments

Color spaces of #edf5ee

RGB 237245238
HSL0.350.290.95
HSV128°96°
CMYK 0.030.000.03   0.04
XYZ83.010189.482493.7856
Yxy89.48240.31170.3360
Hunter Lab94.5951-8.90237.4340
CIE-Lab95.7817-3.88392.4343

#edf5ee color RGB value is (237,245,238).

#edf5ee hex color red value is 237, green value is 245 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #edf5ee hue: 0.35 , saturation: 0.29 and the lightness value of edf5ee is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110101 11101110
Octal 355 365 356
Decimal 237 245 238
Hex ED F5 EE

RGB Percentages of Color #edf5ee

%32.92
%34.03
%33.06

CMYK Percentages of Color #edf5ee

%3
%0
%3
%4

Triadic Colors of #edf5ee

#edf5ee #eeedf5 #f5eeed

Analogous Colors of #edf5ee

#edf5ee #edf5f2 #f0f5ed

Monochromatic Colors of #edf5ee

#edf5ee

Complementary Color

#edf5ee #f5edf4

#edf5ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf5ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf5ee Color CSS Codes

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

#edf5ee Text Font Color

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

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


#edf5ee Background Color

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

This div background color is #edf5ee


#edf5ee Border Color

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

This div border color is #edf5ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf5ee

Related Colors


Comments

No comments written yet.

Please login to write comment.