Color Hex Logo

#e0adeb Color Hex

#E0ADEB
(224,173,235)
0 Favorites   0 Comments

Color spaces of #e0adeb

RGB 224173235
HSL0.800.610.80
HSV289°26°92°
CMYK 0.050.260.00   0.08
XYZ60.679451.732685.3845
Yxy51.73260.30680.2615
Hunter Lab71.925424.7210-20.0369
CIE-Lab77.120729.1487-23.8791

#e0adeb color RGB value is (224,173,235).

#e0adeb hex color red value is 224, green value is 173 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e0adeb hue: 0.80 , saturation: 0.61 and the lightness value of e0adeb is 0.80.

The process color (four color CMYK) of #e0adeb color hex is 0.05, 0.26, 0.00, 0.08. Web safe color of #e0adeb is #cc99ff. Color #e0adeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10101101 11101011
Octal 340 255 353
Decimal 224 173 235
Hex E0 AD EB

RGB Percentages of Color #e0adeb

%35.44
%27.37
%37.18

CMYK Percentages of Color #e0adeb

%5
%26
%0
%8

Triadic Colors of #e0adeb

#e0adeb #ebe0ad #adebe0

Analogous Colors of #e0adeb

#e0adeb #ebadd7 #c1adeb

Monochromatic Colors of #e0adeb

#e0adeb

Complementary Color

#e0adeb #b8ebad

#e0adeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0adeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0adeb Color CSS Codes

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

#e0adeb Text Font Color

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

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


#e0adeb Background Color

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

This div background color is #e0adeb


#e0adeb Border Color

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

This div border color is #e0adeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0adeb


Comments

No comments written yet.

Please login to write comment.