Color Hex Logo

#eaddff Color Hex

#EADDFF
(234,221,255)
0 Favorites   0 Comments

Color spaces of #eaddff

RGB 234221255
HSL0.731.000.93
HSV263°13°100°
CMYK 0.080.130.00   0.00
XYZ77.838176.4253105.2568
Yxy76.42530.29990.2945
Hunter Lab87.42165.9445-10.1909
CIE-Lab90.056410.6541-14.8987

#eaddff color RGB value is (234,221,255).

#eaddff hex color red value is 234, green value is 221 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #eaddff hue: 0.73 , saturation: 1.00 and the lightness value of eaddff is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011101 11111111
Octal 352 335 377
Decimal 234 221 255
Hex EA DD FF

RGB Percentages of Color #eaddff

%32.96
%31.13
%35.92

CMYK Percentages of Color #eaddff

%8
%13
%0
%0

Triadic Colors of #eaddff

#eaddff #ffeadd #ddffea

Analogous Colors of #eaddff

#eaddff #fbddff #dde1ff

Monochromatic Colors of #eaddff

#eaddff

Complementary Color

#eaddff #f2ffdd

#eaddff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaddff Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaddff Color CSS Codes

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

#eaddff Text Font Color

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

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


#eaddff Background Color

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

This div background color is #eaddff


#eaddff Border Color

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

This div border color is #eaddff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaddff

#eaddff Color Palettes


Comments

No comments written yet.

Please login to write comment.