Color Hex Logo

#e0bfdd Color Hex

#E0BFDD
(224,191,221)
0 Favorites   0 Comments

Color spaces of #e0bfdd

RGB 224191221
HSL0.850.350.81
HSV305°15°88°
CMYK 0.000.150.01   0.12
XYZ62.422458.329476.3753
Yxy58.32940.31670.2959
Hunter Lab76.373712.2392-5.8297
CIE-Lab80.921616.8489-10.5966

#e0bfdd color RGB value is (224,191,221).

#e0bfdd hex color red value is 224, green value is 191 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e0bfdd hue: 0.85 , saturation: 0.35 and the lightness value of e0bfdd is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10111111 11011101
Octal 340 277 335
Decimal 224 191 221
Hex E0 BF DD

RGB Percentages of Color #e0bfdd

%35.22
%30.03
%34.75

CMYK Percentages of Color #e0bfdd

%0
%15
%1
%12

Triadic Colors of #e0bfdd

#e0bfdd #dde0bf #bfdde0

Analogous Colors of #e0bfdd

#e0bfdd #e0bfcd #d3bfe0

Monochromatic Colors of #e0bfdd

#e0bfdd

Complementary Color

#e0bfdd #bfe0c2

#e0bfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0bfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0bfdd Color CSS Codes

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

#e0bfdd Text Font Color

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

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


#e0bfdd Background Color

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

This div background color is #e0bfdd


#e0bfdd Border Color

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

This div border color is #e0bfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0bfdd


Comments

No comments written yet.

Please login to write comment.