Color Hex Logo

#edfff1 Color Hex

#EDFFF1
(237,255,241)
0 Favorites   0 Comments

Color spaces of #edfff1

RGB 237255241
HSL0.371.000.96
HSV133°100°
CMYK 0.070.000.05   0.00
XYZ86.562295.875497.1626
Yxy95.87540.30960.3429
Hunter Lab97.9160-13.55089.7074
CIE-Lab98.3827-8.37334.6618

#edfff1 color RGB value is (237,255,241).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111111 11110001
Octal 355 377 361
Decimal 237 255 241
Hex ED FF F1

RGB Percentages of Color #edfff1

%32.33
%34.79
%32.88

CMYK Percentages of Color #edfff1

%7
%0
%5
%0

Triadic Colors of #edfff1

#edfff1 #f1edff #fff1ed

Analogous Colors of #edfff1

#edfff1 #edfffa #f2ffed

Monochromatic Colors of #edfff1

#edfff1

Complementary Color

#edfff1 #ffedfb

#edfff1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfff1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfff1 Color CSS Codes

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

#edfff1 Text Font Color

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

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


#edfff1 Background Color

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

This div background color is #edfff1


#edfff1 Border Color

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

This div border color is #edfff1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfff1

#edfff1 Color Palettes


Comments

No comments written yet.

Please login to write comment.