Color Hex Logo

#ead8eb Color Hex

#EAD8EB
(234,216,235)
5 Favorites   0 Comments

Color spaces of #ead8eb

RGB 234216235
HSL0.820.320.88
HSV297°92°
CMYK 0.000.080.00   0.08
XYZ73.482972.602388.7379
Yxy72.60230.31290.3092
Hunter Lab85.20704.8270-2.1020
CIE-Lab88.25779.5147-7.0609

#ead8eb color RGB value is (234,216,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011000 11101011
Octal 352 330 353
Decimal 234 216 235
Hex EA D8 EB

RGB Percentages of Color #ead8eb

%34.16
%31.53
%34.31

CMYK Percentages of Color #ead8eb

%0
%8
%0
%8

Triadic Colors of #ead8eb

#ead8eb #ebead8 #d8ebea

Analogous Colors of #ead8eb

#ead8eb #ebd8e3 #e1d8eb

Monochromatic Colors of #ead8eb

#ead8eb

Complementary Color

#ead8eb #d9ebd8

#ead8eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead8eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead8eb Color CSS Codes

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

#ead8eb Text Font Color

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

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


#ead8eb Background Color

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

This div background color is #ead8eb


#ead8eb Border Color

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

This div border color is #ead8eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead8eb


Comments

No comments written yet.

Please login to write comment.