Color Hex Logo

#edfaee Color Hex

#EDFAEE
(237,250,238)
0 Favorites   0 Comments

Color spaces of #edfaee

RGB 237250238
HSL0.350.570.95
HSV125°98°
CMYK 0.050.000.05   0.02
XYZ84.543392.548894.2967
Yxy92.54880.31150.3410
Hunter Lab96.2023-11.48689.2260
CIE-Lab97.0442-6.40144.2661

#edfaee color RGB value is (237,250,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111010 11101110
Octal 355 372 356
Decimal 237 250 238
Hex ED FA EE

RGB Percentages of Color #edfaee

%32.69
%34.48
%32.83

CMYK Percentages of Color #edfaee

%5
%0
%5
%2

Triadic Colors of #edfaee

#edfaee #eeedfa #faeeed

Analogous Colors of #edfaee

#edfaee #edfaf5 #f3faed

Monochromatic Colors of #edfaee

#edfaee

Complementary Color

#edfaee #faedf9

#edfaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfaee Color CSS Codes

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

#edfaee Text Font Color

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

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


#edfaee Background Color

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

This div background color is #edfaee


#edfaee Border Color

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

This div border color is #edfaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfaee

Related Colors


Comments

No comments written yet.

Please login to write comment.