Color Hex Logo

#e0badf Color Hex

#E0BADF
(224,186,223)
0 Favorites   0 Comments

Color spaces of #e0badf

RGB 224186223
HSL0.840.380.80
HSV302°17°88°
CMYK 0.000.170.00   0.12
XYZ61.618756.292877.4300
Yxy56.29280.31540.2882
Hunter Lab75.028515.2968-8.6678
CIE-Lab79.780219.8954-13.3788

#e0badf color RGB value is (224,186,223).

#e0badf hex color red value is 224, green value is 186 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e0badf hue: 0.84 , saturation: 0.38 and the lightness value of e0badf is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10111010 11011111
Octal 340 272 337
Decimal 224 186 223
Hex E0 BA DF

RGB Percentages of Color #e0badf

%35.39
%29.38
%35.23

CMYK Percentages of Color #e0badf

%0
%17
%0
%12

Triadic Colors of #e0badf

#e0badf #dfe0ba #badfe0

Analogous Colors of #e0badf

#e0badf #e0bacc #cebae0

Monochromatic Colors of #e0badf

#e0badf

Complementary Color

#e0badf #bae0bb

#e0badf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0badf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0badf Color CSS Codes

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

#e0badf Text Font Color

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

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


#e0badf Background Color

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

This div background color is #e0badf


#e0badf Border Color

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

This div border color is #e0badf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0badf


Comments

No comments written yet.

Please login to write comment.