Color Hex Logo

#e0bedd Color Hex

#E0BEDD
(224,190,221)
0 Favorites   0 Comments

Color spaces of #e0bedd

RGB 224190221
HSL0.850.350.81
HSV305°15°88°
CMYK 0.000.150.01   0.12
XYZ62.205157.894776.3028
Yxy57.89470.31670.2948
Hunter Lab76.088612.7751-6.1949
CIE-Lab80.680217.3844-10.9565

#e0bedd color RGB value is (224,190,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10111110 11011101
Octal 340 276 335
Decimal 224 190 221
Hex E0 BE DD

RGB Percentages of Color #e0bedd

%35.28
%29.92
%34.80

CMYK Percentages of Color #e0bedd

%0
%15
%1
%12

Triadic Colors of #e0bedd

#e0bedd #dde0be #bedde0

Analogous Colors of #e0bedd

#e0bedd #e0becc #d2bee0

Monochromatic Colors of #e0bedd

#e0bedd

Complementary Color

#e0bedd #bee0c1

#e0bedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0bedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0bedd Color CSS Codes

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

#e0bedd Text Font Color

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

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


#e0bedd Background Color

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

This div background color is #e0bedd


#e0bedd Border Color

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

This div border color is #e0bedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0bedd


Comments

No comments written yet.

Please login to write comment.