Color Hex Logo

#eaddeb Color Hex

#EADDEB
(234,221,235)
0 Favorites   0 Comments

Color spaces of #eaddeb

RGB 234221235
HSL0.820.260.89
HSV296°92°
CMYK 0.000.060.00   0.08
XYZ74.783575.203589.1715
Yxy75.20350.31270.3145
Hunter Lab86.72002.1707-0.2621
CIE-Lab89.48826.9023-5.2431

#eaddeb color RGB value is (234,221,235).

#eaddeb hex color red value is 234, green value is 221 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #eaddeb hue: 0.82 , saturation: 0.26 and the lightness value of eaddeb is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011101 11101011
Octal 352 335 353
Decimal 234 221 235
Hex EA DD EB

RGB Percentages of Color #eaddeb

%33.91
%32.03
%34.06

CMYK Percentages of Color #eaddeb

%0
%6
%0
%8

Triadic Colors of #eaddeb

#eaddeb #ebeadd #ddebea

Analogous Colors of #eaddeb

#eaddeb #ebdde5 #e3ddeb

Monochromatic Colors of #eaddeb

#eaddeb

Complementary Color

#eaddeb #deebdd

#eaddeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaddeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaddeb Color CSS Codes

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

#eaddeb Text Font Color

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

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


#eaddeb Background Color

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

This div background color is #eaddeb


#eaddeb Border Color

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

This div border color is #eaddeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaddeb


Comments

No comments written yet.

Please login to write comment.