Color Hex Logo

#eadaee Color Hex

#EADAEE
(234,218,238)
0 Favorites   0 Comments

Color spaces of #eadaee

RGB 234218238
HSL0.800.370.89
HSV288°93°
CMYK 0.020.080.00   0.07
XYZ74.435773.808391.2122
Yxy73.80830.31090.3082
Hunter Lab85.91184.3105-2.8097
CIE-Lab88.83189.0150-7.7915

#eadaee color RGB value is (234,218,238).

#eadaee hex color red value is 234, green value is 218 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #eadaee hue: 0.80 , saturation: 0.37 and the lightness value of eadaee is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011010 11101110
Octal 352 332 356
Decimal 234 218 238
Hex EA DA EE

RGB Percentages of Color #eadaee

%33.91
%31.59
%34.49

CMYK Percentages of Color #eadaee

%2
%8
%0
%7

Triadic Colors of #eadaee

#eadaee #eeeada #daeeea

Analogous Colors of #eadaee

#eadaee #eedae8 #e0daee

Monochromatic Colors of #eadaee

#eadaee

Complementary Color

#eadaee #deeeda

#eadaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eadaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#eadaee Color CSS Codes

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

#eadaee Text Font Color

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

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


#eadaee Background Color

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

This div background color is #eadaee


#eadaee Border Color

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

This div border color is #eadaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eadaee


Comments

No comments written yet.

Please login to write comment.