Color Hex Logo

#edeafa Color Hex

#EDEAFA
(237,234,250)
0 Favorites   0 Comments

Color spaces of #edeafa

RGB 237234250
HSL0.700.620.95
HSV251°98°
CMYK 0.050.060.00   0.02
XYZ81.603283.7523102.3073
Yxy83.75230.30490.3129
Hunter Lab91.5163-0.9887-2.2197
CIE-Lab93.34283.9128-7.3679

#edeafa color RGB value is (237,234,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101010 11111010
Octal 355 352 372
Decimal 237 234 250
Hex ED EA FA

RGB Percentages of Color #edeafa

%32.87
%32.45
%34.67

CMYK Percentages of Color #edeafa

%5
%6
%0
%2

Triadic Colors of #edeafa

#edeafa #faedea #eafaed

Analogous Colors of #edeafa

#edeafa #f5eafa #eaeffa

Monochromatic Colors of #edeafa

#edeafa

Complementary Color

#edeafa #f7faea

#edeafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edeafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#edeafa Color CSS Codes

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

#edeafa Text Font Color

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

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


#edeafa Background Color

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

This div background color is #edeafa


#edeafa Border Color

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

This div border color is #edeafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edeafa


Comments

No comments written yet.

Please login to write comment.