Color Hex Logo

#edfaea Color Hex

#EDFAEA
(237,250,234)
0 Favorites   0 Comments

Color spaces of #edfaea

RGB 237250234
HSL0.300.620.95
HSV109°98°
CMYK 0.050.000.06   0.02
XYZ83.961992.316391.2355
Yxy92.31630.31390.3451
Hunter Lab96.0814-12.158010.9573
CIE-Lab96.9494-7.09786.1884

#edfaea color RGB value is (237,250,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111010 11101010
Octal 355 372 352
Decimal 237 250 234
Hex ED FA EA

RGB Percentages of Color #edfaea

%32.87
%34.67
%32.45

CMYK Percentages of Color #edfaea

%5
%0
%6
%2

Triadic Colors of #edfaea

#edfaea #eaedfa #faeaed

Analogous Colors of #edfaea

#edfaea #eafaef #f5faea

Monochromatic Colors of #edfaea

#edfaea

Complementary Color

#edfaea #f7eafa

#edfaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfaea Color CSS Codes

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

#edfaea Text Font Color

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

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


#edfaea Background Color

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

This div background color is #edfaea


#edfaea Border Color

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

This div border color is #edfaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfaea


Comments

No comments written yet.

Please login to write comment.