Color Hex Logo

#edfff5 Color Hex

#EDFFF5
(237,255,245)
0 Favorites   0 Comments

Color spaces of #edfff5

RGB 237255245
HSL0.411.000.96
HSV147°100°
CMYK 0.070.000.04   0.00
XYZ87.166596.1171100.3445
Yxy96.11710.30730.3389
Hunter Lab98.0393-12.86507.9435
CIE-Lab98.4787-7.66202.7480

#edfff5 color RGB value is (237,255,245).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111111 11110101
Octal 355 377 365
Decimal 237 255 245
Hex ED FF F5

RGB Percentages of Color #edfff5

%32.16
%34.60
%33.24

CMYK Percentages of Color #edfff5

%7
%0
%4
%0

Triadic Colors of #edfff5

#edfff5 #f5edff #fff5ed

Analogous Colors of #edfff5

#edfff5 #edfffe #eeffed

Monochromatic Colors of #edfff5

#edfff5

Complementary Color

#edfff5 #ffedf7

#edfff5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfff5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfff5 Color CSS Codes

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

#edfff5 Text Font Color

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

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


#edfff5 Background Color

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

This div background color is #edfff5


#edfff5 Border Color

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

This div border color is #edfff5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfff5

Related Colors


Comments

No comments written yet.

Please login to write comment.