Color Hex Logo

#edfef7 Color Hex

#EDFEF7
(237,254,247)
0 Favorites   0 Comments

Color spaces of #edfef7

RGB 237254247
HSL0.430.890.96
HSV155°100°
CMYK 0.070.000.03   0.00
XYZ87.155495.6035101.8554
Yxy95.60350.30620.3359
Hunter Lab97.7770-12.00056.6809
CIE-Lab98.2745-6.80221.4239

#edfef7 color RGB value is (237,254,247).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111110 11110111
Octal 355 376 367
Decimal 237 254 247
Hex ED FE F7

RGB Percentages of Color #edfef7

%32.11
%34.42
%33.47

CMYK Percentages of Color #edfef7

%7
%0
%3
%0

Triadic Colors of #edfef7

#edfef7 #f7edfe #fef7ed

Analogous Colors of #edfef7

#edfef7 #edfdfe #edfeef

Monochromatic Colors of #edfef7

#edfef7

Complementary Color

#edfef7 #feedf4

#edfef7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfef7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfef7 Color CSS Codes

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

#edfef7 Text Font Color

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

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


#edfef7 Background Color

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

This div background color is #edfef7


#edfef7 Border Color

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

This div border color is #edfef7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfef7

Related Colors


Comments

No comments written yet.

Please login to write comment.