Color Hex Logo

#e9adeb Color Hex

#E9ADEB
(233,173,235)
0 Favorites   0 Comments

Color spaces of #e9adeb

RGB 233173235
HSL0.830.610.80
HSV298°26°92°
CMYK 0.010.260.00   0.08
XYZ63.543253.208985.5185
Yxy53.20890.31410.2631
Hunter Lab72.944427.8418-18.4492
CIE-Lab77.998232.0355-22.4626

#e9adeb color RGB value is (233,173,235).

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

The process color (four color CMYK) of #e9adeb color hex is 0.01, 0.26, 0.00, 0.08. Web safe color of #e9adeb is #ff99ff. Color #e9adeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10101101 11101011
Octal 351 255 353
Decimal 233 173 235
Hex E9 AD EB

RGB Percentages of Color #e9adeb

%36.35
%26.99
%36.66

CMYK Percentages of Color #e9adeb

%1
%26
%0
%8

Triadic Colors of #e9adeb

#e9adeb #ebe9ad #adebe9

Analogous Colors of #e9adeb

#e9adeb #ebadce #caadeb

Monochromatic Colors of #e9adeb

#e9adeb

Complementary Color

#e9adeb #afebad

#e9adeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9adeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9adeb Color CSS Codes

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

#e9adeb Text Font Color

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

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


#e9adeb Background Color

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

This div background color is #e9adeb


#e9adeb Border Color

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

This div border color is #e9adeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9adeb


Comments

No comments written yet.

Please login to write comment.