Color Hex Logo

#edfef0 Color Hex

#EDFEF0
(237,254,240)
0 Favorites   0 Comments

Color spaces of #edfef0

RGB 237254240
HSL0.360.890.96
HSV131°100°
CMYK 0.070.000.06   0.00
XYZ86.095095.179496.2718
Yxy95.17940.31020.3429
Hunter Lab97.5599-13.20669.7848
CIE-Lab98.1053-8.05084.7737

#edfef0 color RGB value is (237,254,240).

#edfef0 hex color red value is 237, green value is 254 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #edfef0 hue: 0.36 , saturation: 0.89 and the lightness value of edfef0 is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111110 11110000
Octal 355 376 360
Decimal 237 254 240
Hex ED FE F0

RGB Percentages of Color #edfef0

%32.42
%34.75
%32.83

CMYK Percentages of Color #edfef0

%7
%0
%6
%0

Triadic Colors of #edfef0

#edfef0 #f0edfe #fef0ed

Analogous Colors of #edfef0

#edfef0 #edfef9 #f3feed

Monochromatic Colors of #edfef0

#edfef0

Complementary Color

#edfef0 #feedfb

#edfef0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfef0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfef0 Color CSS Codes

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

#edfef0 Text Font Color

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

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


#edfef0 Background Color

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

This div background color is #edfef0


#edfef0 Border Color

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

This div border color is #edfef0


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,254,240, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #edfef0">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfef0


Comments

No comments written yet.

Please login to write comment.