Color Hex Logo

#edf5ff Color Hex

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

Color spaces of #edf5ff

RGB 237245255
HSL0.591.000.96
HSV213°100°
CMYK 0.070.040.00   0.00
XYZ85.627590.5293107.5686
Yxy90.52930.30180.3191
Hunter Lab95.1469-5.8659-0.4277
CIE-Lab96.2159-0.7843-5.7163

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

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

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

Base Numbers

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

RGB Percentages of Color #edf5ff

%32.16
%33.24
%34.60

CMYK Percentages of Color #edf5ff

%7
%4
%0
%0

Triadic Colors of #edf5ff

#edf5ff #ffedf5 #f5ffed

Analogous Colors of #edf5ff

#edf5ff #eeedff #edfeff

Monochromatic Colors of #edf5ff

#edf5ff

Complementary Color

#edf5ff #fff7ed

#edf5ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf5ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf5ff Color CSS Codes

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

#edf5ff Text Font Color

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

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


#edf5ff Background Color

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

This div background color is #edf5ff


#edf5ff Border Color

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

This div border color is #edf5ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,245,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 #edf5ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf5ff

Related Colors


Comments

No comments written yet.

Please login to write comment.