Color Hex Logo

#e1bedd Color Hex

#E1BEDD
(225,190,221)
0 Favorites   0 Comments

Color spaces of #e1bedd

RGB 225190221
HSL0.850.370.81
HSV307°16°88°
CMYK 0.000.160.02   0.12
XYZ62.515958.054976.3174
Yxy58.05490.31750.2949
Hunter Lab76.193813.1176-6.0506
CIE-Lab80.769317.7221-10.8143

#e1bedd color RGB value is (225,190,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10111110 11011101
Octal 341 276 335
Decimal 225 190 221
Hex E1 BE DD

RGB Percentages of Color #e1bedd

%35.38
%29.87
%34.75

CMYK Percentages of Color #e1bedd

%0
%16
%2
%12

Triadic Colors of #e1bedd

#e1bedd #dde1be #bedde1

Analogous Colors of #e1bedd

#e1bedd #e1becc #d4bee1

Monochromatic Colors of #e1bedd

#e1bedd

Complementary Color

#e1bedd #bee1c2

#e1bedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1bedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1bedd Color CSS Codes

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

#e1bedd Text Font Color

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

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


#e1bedd Background Color

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

This div background color is #e1bedd


#e1bedd Border Color

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

This div border color is #e1bedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1bedd


Comments

No comments written yet.

Please login to write comment.