Color Hex Logo

#edeaf9 Color Hex

#EDEAF9
(237,234,249)
0 Favorites   0 Comments

Color spaces of #edeaf9

RGB 237234249
HSL0.700.560.95
HSV252°98°
CMYK 0.050.060.00   0.02
XYZ81.446883.6897101.4836
Yxy83.68970.30550.3139
Hunter Lab91.4821-1.1745-1.7346
CIE-Lab93.31563.7265-6.8877

#edeaf9 color RGB value is (237,234,249).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101010 11111001
Octal 355 352 371
Decimal 237 234 249
Hex ED EA F9

RGB Percentages of Color #edeaf9

%32.92
%32.50
%34.58

CMYK Percentages of Color #edeaf9

%5
%6
%0
%2

Triadic Colors of #edeaf9

#edeaf9 #f9edea #eaf9ed

Analogous Colors of #edeaf9

#edeaf9 #f5eaf9 #eaeff9

Monochromatic Colors of #edeaf9

#edeaf9

Complementary Color

#edeaf9 #f6f9ea

#edeaf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edeaf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edeaf9 Color CSS Codes

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

#edeaf9 Text Font Color

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

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


#edeaf9 Background Color

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

This div background color is #edeaf9


#edeaf9 Border Color

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

This div border color is #edeaf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edeaf9

Related Colors

#edeaf9 Color Palettes


Comments

No comments written yet.

Please login to write comment.