Color Hex Logo

#edfff4 Color Hex

#EDFFF4
(237,255,244)
0 Favorites   0 Comments

Color spaces of #edfff4

RGB 237255244
HSL0.401.000.96
HSV143°100°
CMYK 0.070.000.04   0.00
XYZ87.014296.056299.5425
Yxy96.05620.30790.3399
Hunter Lab98.0083-13.03778.3877
CIE-Lab98.4546-7.84093.2262

#edfff4 color RGB value is (237,255,244).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111111 11110100
Octal 355 377 364
Decimal 237 255 244
Hex ED FF F4

RGB Percentages of Color #edfff4

%32.20
%34.65
%33.15

CMYK Percentages of Color #edfff4

%7
%0
%4
%0

Triadic Colors of #edfff4

#edfff4 #f4edff #fff4ed

Analogous Colors of #edfff4

#edfff4 #edfffd #efffed

Monochromatic Colors of #edfff4

#edfff4

Complementary Color

#edfff4 #ffedf8

#edfff4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfff4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfff4 Color CSS Codes

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

#edfff4 Text Font Color

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

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


#edfff4 Background Color

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

This div background color is #edfff4


#edfff4 Border Color

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

This div border color is #edfff4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfff4

Related Colors

#edfff4 Color Palettes


Comments

No comments written yet.

Please login to write comment.