Color Hex Logo

#e9aded Color Hex

#E9ADED
(233,173,237)
0 Favorites   0 Comments

Color spaces of #e9aded

RGB 233173237
HSL0.820.640.80
HSV296°27°93°
CMYK 0.020.270.00   0.07
XYZ63.833953.325287.0491
Yxy53.32520.31260.2611
Hunter Lab73.024128.2433-19.5604
CIE-Lab78.066632.4062-23.4390

#e9aded color RGB value is (233,173,237).

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

The process color (four color CMYK) of #e9aded color hex is 0.02, 0.27, 0.00, 0.07. Web safe color of #e9aded is #ff99ff. Color #e9aded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10101101 11101101
Octal 351 255 355
Decimal 233 173 237
Hex E9 AD ED

RGB Percentages of Color #e9aded

%36.24
%26.91
%36.86

CMYK Percentages of Color #e9aded

%2
%27
%0
%7

Triadic Colors of #e9aded

#e9aded #ede9ad #adede9

Analogous Colors of #e9aded

#e9aded #edadd1 #c9aded

Monochromatic Colors of #e9aded

#e9aded

Complementary Color

#e9aded #b1edad

#e9aded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9aded Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9aded Color CSS Codes

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

#e9aded Text Font Color

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

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


#e9aded Background Color

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

This div background color is #e9aded


#e9aded Border Color

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

This div border color is #e9aded


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,173,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9aded


Comments

No comments written yet.

Please login to write comment.