Color Hex Logo

#e5adde Color Hex

#E5ADDE
(229,173,222)
0 Favorites   0 Comments

Color spaces of #e5adde

RGB 229173222
HSL0.850.520.79
HSV308°24°90°
CMYK 0.000.240.03   0.10
XYZ60.441551.819175.9237
Yxy51.81910.32120.2754
Hunter Lab71.985523.9002-12.1438
CIE-Lab77.172528.3617-16.7096

#e5adde color RGB value is (229,173,222).

#e5adde hex color red value is 229, green value is 173 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e5adde hue: 0.85 , saturation: 0.52 and the lightness value of e5adde is 0.79.

The process color (four color CMYK) of #e5adde color hex is 0.00, 0.24, 0.03, 0.10. Web safe color of #e5adde is #cc99cc. Color #e5adde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10101101 11011110
Octal 345 255 336
Decimal 229 173 222
Hex E5 AD DE

RGB Percentages of Color #e5adde

%36.70
%27.72
%35.58

CMYK Percentages of Color #e5adde

%0
%24
%3
%10

Triadic Colors of #e5adde

#e5adde #dee5ad #addee5

Analogous Colors of #e5adde

#e5adde #e5adc2 #d0ade5

Monochromatic Colors of #e5adde

#e5adde

Complementary Color

#e5adde #ade5b4

#e5adde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5adde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5adde Color CSS Codes

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

#e5adde Text Font Color

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

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


#e5adde Background Color

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

This div background color is #e5adde


#e5adde Border Color

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

This div border color is #e5adde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5adde


Comments

No comments written yet.

Please login to write comment.