Color Hex Logo

#edf9ff Color Hex

#EDF9FF
(237,249,255)
0 Favorites   0 Comments

Color spaces of #edf9ff

RGB 237249255
HSL0.561.000.96
HSV200°100°
CMYK 0.070.020.00   0.00
XYZ86.850792.9759107.9764
Yxy92.97590.30180.3231
Hunter Lab96.4240-7.96411.1034
CIE-Lab97.2178-2.8143-4.2402

#edf9ff color RGB value is (237,249,255).

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

The process color (four color CMYK) of #edf9ff color hex is 0.07, 0.02, 0.00, 0.00. Web safe color of #edf9ff is #ffffff. Color #edf9ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111001 11111111
Octal 355 371 377
Decimal 237 249 255
Hex ED F9 FF

RGB Percentages of Color #edf9ff

%31.98
%33.60
%34.41

CMYK Percentages of Color #edf9ff

%7
%2
%0
%0

Triadic Colors of #edf9ff

#edf9ff #ffedf9 #f9ffed

Analogous Colors of #edf9ff

#edf9ff #edf0ff #edfffc

Monochromatic Colors of #edf9ff

#edf9ff

Complementary Color

#edf9ff #fff3ed

#edf9ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf9ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf9ff Color CSS Codes

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

#edf9ff Text Font Color

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

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


#edf9ff Background Color

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

This div background color is #edf9ff


#edf9ff Border Color

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

This div border color is #edf9ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf9ff

Related Colors

#edf9ff Color Palettes


Comments

No comments written yet.

Please login to write comment.