Color Hex Logo

#e1badc Color Hex

#E1BADC
(225,186,220)
0 Favorites   0 Comments

Color spaces of #e1badc

RGB 225186220
HSL0.850.390.81
HSV308°17°88°
CMYK 0.000.170.02   0.12
XYZ61.528556.292775.3328
Yxy56.29270.31850.2914
Hunter Lab75.028515.0825-7.0106
CIE-Lab79.780119.6844-11.7524

#e1badc color RGB value is (225,186,220).

#e1badc hex color red value is 225, green value is 186 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e1badc hue: 0.85 , saturation: 0.39 and the lightness value of e1badc is 0.81.

The process color (four color CMYK) of #e1badc color hex is 0.00, 0.17, 0.02, 0.12. Web safe color of #e1badc is #cccccc. Color #e1badc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10111010 11011100
Octal 341 272 334
Decimal 225 186 220
Hex E1 BA DC

RGB Percentages of Color #e1badc

%35.66
%29.48
%34.87

CMYK Percentages of Color #e1badc

%0
%17
%2
%12

Triadic Colors of #e1badc

#e1badc #dce1ba #badce1

Analogous Colors of #e1badc

#e1badc #e1bac9 #d3bae1

Monochromatic Colors of #e1badc

#e1badc

Complementary Color

#e1badc #bae1bf

#e1badc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1badc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1badc Color CSS Codes

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

#e1badc Text Font Color

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

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


#e1badc Background Color

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

This div background color is #e1badc


#e1badc Border Color

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

This div border color is #e1badc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,186,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e1badc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e1badc;
  -webkit-box-shadow: 1px 1px 3px 2px #e1badc;
  box-shadow:         1px 1px 3px 2px #e1badc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,186,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1badc


Comments

No comments written yet.

Please login to write comment.