Color Hex Logo

#e5adea Color Hex

#E5ADEA
(229,173,234)
0 Favorites   0 Comments

Color spaces of #e5adea

RGB 229173234
HSL0.820.590.80
HSV295°26°92°
CMYK 0.020.260.00   0.08
XYZ62.108052.485784.6992
Yxy52.48570.31160.2634
Hunter Lab72.447026.2437-18.6042
CIE-Lab77.570430.5629-22.6091

#e5adea color RGB value is (229,173,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10101101 11101010
Octal 345 255 352
Decimal 229 173 234
Hex E5 AD EA

RGB Percentages of Color #e5adea

%36.01
%27.20
%36.79

CMYK Percentages of Color #e5adea

%2
%26
%0
%8

Triadic Colors of #e5adea

#e5adea #eae5ad #adeae5

Analogous Colors of #e5adea

#e5adea #eaadd1 #c7adea

Monochromatic Colors of #e5adea

#e5adea

Complementary Color

#e5adea #b2eaad

#e5adea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5adea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5adea Color CSS Codes

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

#e5adea Text Font Color

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

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


#e5adea Background Color

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

This div background color is #e5adea


#e5adea Border Color

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

This div border color is #e5adea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5adea


Comments

No comments written yet.

Please login to write comment.