Color Hex Logo

#edfff0 Color Hex

#EDFFF0
(237,255,240)
0 Favorites   0 Comments

Color spaces of #edfff0

RGB 237255240
HSL0.361.000.96
HSV130°100°
CMYK 0.070.000.06   0.00
XYZ86.413295.815896.3779
Yxy95.81580.31020.3439
Hunter Lab97.8855-13.720210.1431
CIE-Lab98.3590-8.54935.1407

#edfff0 color RGB value is (237,255,240).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111111 11110000
Octal 355 377 360
Decimal 237 255 240
Hex ED FF F0

RGB Percentages of Color #edfff0

%32.38
%34.84
%32.79

CMYK Percentages of Color #edfff0

%7
%0
%6
%0

Triadic Colors of #edfff0

#edfff0 #f0edff #fff0ed

Analogous Colors of #edfff0

#edfff0 #edfff9 #f3ffed

Monochromatic Colors of #edfff0

#edfff0

Complementary Color

#edfff0 #ffedfc

#edfff0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfff0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfff0 Color CSS Codes

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

#edfff0 Text Font Color

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

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


#edfff0 Background Color

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

This div background color is #edfff0


#edfff0 Border Color

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

This div border color is #edfff0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfff0

Related Colors

#edfff0 Color Palettes


Comments

No comments written yet.

Please login to write comment.