Color Hex Logo

#eadcee Color Hex

#EADCEE
(234,220,238)
2 Favorites   0 Comments

Color spaces of #eadcee

RGB 234220238
HSL0.800.350.90
HSV287°93°
CMYK 0.020.080.00   0.07
XYZ74.957574.851991.3861
Yxy74.85190.31080.3103
Hunter Lab86.51703.2460-2.0649
CIE-Lab89.32367.9697-7.0634

#eadcee color RGB value is (234,220,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011100 11101110
Octal 352 334 356
Decimal 234 220 238
Hex EA DC EE

RGB Percentages of Color #eadcee

%33.82
%31.79
%34.39

CMYK Percentages of Color #eadcee

%2
%8
%0
%7

Triadic Colors of #eadcee

#eadcee #eeeadc #dceeea

Analogous Colors of #eadcee

#eadcee #eedce9 #e1dcee

Monochromatic Colors of #eadcee

#eadcee

Complementary Color

#eadcee #e0eedc

#eadcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eadcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#eadcee Color CSS Codes

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

#eadcee Text Font Color

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

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


#eadcee Background Color

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

This div background color is #eadcee


#eadcee Border Color

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

This div border color is #eadcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eadcee


Comments

No comments written yet.

Please login to write comment.