#edf2f7

#edf2f7 color hex

#edf2f7 hex color information.
RGB value of #edf2f7 is (237,242,247)
Change page background color to #edf2f7 | Reset

#edf2f7 rgb color chart

Color spaces of #edf2f7

RGB 237242247
HSL0.580.380.95
HSV210°97°
CMYK 0.040.020.00   0.03
XYZ83.465788.2242100.6255
Yxy88.22420.30650.3240
Hunter Lab93.9277-5.75562.2316
CIE-Lab95.2553-0.7422-2.9912

Shades of #edf2f7

Tints of #edf2f7

RGB Percentages of Color #edf2f7

%32.64
%33.33
%34.02

CMYK Percentages of Color #edf2f7

%4
%2
%0
%3

#edf2f7 Color Info

#edf2f7 hex color red value is 237, green value is 242 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #edf2f7 hue: 0.58 , saturation: 0.38 and the lightness value of edf2f7 is 0.95.

The process color (four color CMYK) of #edf2f7 hex color is 0.04, 0.02, 0.00, 0.03. Web safe color of #edf2f7 is #ffffff

Color #edf2f7 contains mostly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110010 11110111
Octal 355 362 367
Decimal 237 242 247
Hexadecimal ED F2 F7

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #edf2f7

Triadic Colors of #edf2f7

#edf2f7 #f7ecf1 #f1f7ec

Analogous Colors of #edf2f7

#edf2f7 #ececf7 #ecf6f7

Complementary Color of #edf2f7

#edf2f7 #f7f2ec

#edf2f7 HSL Color Chart
#edf2f7 hsl color chart
#edf2f7 RGB Color Chart

#edf2f7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf2f7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf2f7 Color CSS Codes

.mybgcolor {background-color:#edf2f7; } 
.myforecolor {color:#edf2f7; }
.mybordercolor {border:3px solid #edf2f7; }
Sample text font color #edf2f7

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

html code
<p style="color:#edf2f7">Text here</p>
#edf2f7 background color

This div background color is #edf2f7

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

This div border color is #edf2f7

<div style="border:3px solid #edf2f7">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #edf2f7 Color Sample
#edf2f7border color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(237,242,247, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #edf2f7; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #edf2f7;
  -webkit-box-shadow: 1px 1px 3px 2px #edf2f7;
  box-shadow:         1px 1px 3px 2px #edf2f7; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,242,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 #edf2f7">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #edf2f7

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

Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top