Color Hex Logo

#eaddfc Color Hex

#EADDFC
(234,221,252)
0 Favorites   0 Comments

Color spaces of #eaddfc

RGB 234221252
HSL0.740.840.93
HSV265°12°99°
CMYK 0.070.120.00   0.01
XYZ77.358876.2336102.7328
Yxy76.23360.30180.2974
Hunter Lab87.31195.3563-8.6435
CIE-Lab89.967710.0745-13.4582

#eaddfc color RGB value is (234,221,252).

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

The process color (four color CMYK) of #eaddfc color hex is 0.07, 0.12, 0.00, 0.01. Web safe color of #eaddfc is #ffccff. Color #eaddfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011101 11111100
Octal 352 335 374
Decimal 234 221 252
Hex EA DD FC

RGB Percentages of Color #eaddfc

%33.10
%31.26
%35.64

CMYK Percentages of Color #eaddfc

%7
%12
%0
%1

Triadic Colors of #eaddfc

#eaddfc #fceadd #ddfcea

Analogous Colors of #eaddfc

#eaddfc #faddfc #dde0fc

Monochromatic Colors of #eaddfc

#eaddfc

Complementary Color

#eaddfc #effcdd

#eaddfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaddfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaddfc Color CSS Codes

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

#eaddfc Text Font Color

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

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


#eaddfc Background Color

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

This div background color is #eaddfc


#eaddfc Border Color

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

This div border color is #eaddfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaddfc

#eaddfc Color Palettes


Comments

No comments written yet.

Please login to write comment.