Color Hex Logo

#e3bedd Color Hex

#E3BEDD
(227,190,221)
0 Favorites   0 Comments

Color spaces of #e3bedd

RGB 227190221
HSL0.860.400.82
HSV310°16°89°
CMYK 0.000.160.03   0.11
XYZ63.143258.378376.3467
Yxy58.37830.31910.2950
Hunter Lab76.405713.8060-5.7602
CIE-Lab80.948718.3986-10.5278

#e3bedd color RGB value is (227,190,221).

#e3bedd hex color red value is 227, green value is 190 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e3bedd hue: 0.86 , saturation: 0.40 and the lightness value of e3bedd is 0.82.

The process color (four color CMYK) of #e3bedd color hex is 0.00, 0.16, 0.03, 0.11. Web safe color of #e3bedd is #cccccc. Color #e3bedd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10111110 11011101
Octal 343 276 335
Decimal 227 190 221
Hex E3 BE DD

RGB Percentages of Color #e3bedd

%35.58
%29.78
%34.64

CMYK Percentages of Color #e3bedd

%0
%16
%3
%11

Triadic Colors of #e3bedd

#e3bedd #dde3be #bedde3

Analogous Colors of #e3bedd

#e3bedd #e3becb #d7bee3

Monochromatic Colors of #e3bedd

#e3bedd

Complementary Color

#e3bedd #bee3c4

#e3bedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3bedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3bedd Color CSS Codes

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

#e3bedd Text Font Color

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

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


#e3bedd Background Color

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

This div background color is #e3bedd


#e3bedd Border Color

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

This div border color is #e3bedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3bedd


Comments

No comments written yet.

Please login to write comment.