Color Hex Logo

#e6adea Color Hex

#E6ADEA
(230,173,234)
0 Favorites   0 Comments

Color spaces of #e6adea

RGB 230173234
HSL0.820.590.80
HSV296°26°92°
CMYK 0.020.260.00   0.08
XYZ62.428052.650684.7142
Yxy52.65060.31250.2635
Hunter Lab72.560726.5921-18.4282
CIE-Lab77.668330.8848-22.4511

#e6adea color RGB value is (230,173,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10101101 11101010
Octal 346 255 352
Decimal 230 173 234
Hex E6 AD EA

RGB Percentages of Color #e6adea

%36.11
%27.16
%36.73

CMYK Percentages of Color #e6adea

%2
%26
%0
%8

Triadic Colors of #e6adea

#e6adea #eae6ad #adeae6

Analogous Colors of #e6adea

#e6adea #eaadd0 #c8adea

Monochromatic Colors of #e6adea

#e6adea

Complementary Color

#e6adea #b1eaad

#e6adea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6adea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6adea Color CSS Codes

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

#e6adea Text Font Color

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

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


#e6adea Background Color

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

This div background color is #e6adea


#e6adea Border Color

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

This div border color is #e6adea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6adea

#e6adea Color Palettes


Comments

No comments written yet.

Please login to write comment.