Color Hex Logo

#eaddfa Color Hex

#EADDFA
(234,221,250)
0 Favorites   0 Comments

Color spaces of #eaddfa

RGB 234221250
HSL0.740.740.92
HSV267°12°98°
CMYK 0.060.120.00   0.02
XYZ77.043576.1075101.0721
Yxy76.10750.30310.2994
Hunter Lab87.23964.9685-7.6231
CIE-Lab89.90929.6914-12.4963

#eaddfa color RGB value is (234,221,250).

#eaddfa hex color red value is 234, green value is 221 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #eaddfa hue: 0.74 , saturation: 0.74 and the lightness value of eaddfa is 0.92.

The process color (four color CMYK) of #eaddfa color hex is 0.06, 0.12, 0.00, 0.02. Web safe color of #eaddfa is #ffccff. Color #eaddfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011101 11111010
Octal 352 335 372
Decimal 234 221 250
Hex EA DD FA

RGB Percentages of Color #eaddfa

%33.19
%31.35
%35.46

CMYK Percentages of Color #eaddfa

%6
%12
%0
%2

Triadic Colors of #eaddfa

#eaddfa #faeadd #ddfaea

Analogous Colors of #eaddfa

#eaddfa #f9ddfa #dddffa

Monochromatic Colors of #eaddfa

#eaddfa

Complementary Color

#eaddfa #edfadd

#eaddfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaddfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaddfa Color CSS Codes

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

#eaddfa Text Font Color

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

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


#eaddfa Background Color

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

This div background color is #eaddfa


#eaddfa Border Color

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

This div border color is #eaddfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaddfa

Related Colors


Comments

No comments written yet.

Please login to write comment.