Color Hex Logo

#eaddf5 Color Hex

#EADDF5
(234,221,245)
0 Favorites   0 Comments

Color spaces of #eaddf5

RGB 234221245
HSL0.760.550.91
HSV273°10°96°
CMYK 0.040.100.00   0.04
XYZ76.269675.797996.9968
Yxy75.79790.30620.3043
Hunter Lab87.06204.0143-5.1123
CIE-Lab89.76548.7450-10.0860

#eaddf5 color RGB value is (234,221,245).

#eaddf5 hex color red value is 234, green value is 221 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #eaddf5 hue: 0.76 , saturation: 0.55 and the lightness value of eaddf5 is 0.91.

The process color (four color CMYK) of #eaddf5 color hex is 0.04, 0.10, 0.00, 0.04. Web safe color of #eaddf5 is #ffccff. Color #eaddf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011101 11110101
Octal 352 335 365
Decimal 234 221 245
Hex EA DD F5

RGB Percentages of Color #eaddf5

%33.43
%31.57
%35.00

CMYK Percentages of Color #eaddf5

%4
%10
%0
%4

Triadic Colors of #eaddf5

#eaddf5 #f5eadd #ddf5ea

Analogous Colors of #eaddf5

#eaddf5 #f5ddf4 #deddf5

Monochromatic Colors of #eaddf5

#eaddf5

Complementary Color

#eaddf5 #e8f5dd

#eaddf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaddf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaddf5 Color CSS Codes

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

#eaddf5 Text Font Color

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

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


#eaddf5 Background Color

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

This div background color is #eaddf5


#eaddf5 Border Color

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

This div border color is #eaddf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaddf5


Comments

No comments written yet.

Please login to write comment.