Color Hex Logo

#e4bede Color Hex

#E4BEDE
(228,190,222)
0 Favorites   0 Comments

Color spaces of #e4bede

RGB 228190222
HSL0.860.410.82
HSV309°17°89°
CMYK 0.000.170.03   0.11
XYZ63.593258.594877.0654
Yxy58.59480.31920.2941
Hunter Lab76.547214.3349-6.1083
CIE-Lab81.068418.9166-10.8772

#e4bede color RGB value is (228,190,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10111110 11011110
Octal 344 276 336
Decimal 228 190 222
Hex E4 BE DE

RGB Percentages of Color #e4bede

%35.63
%29.69
%34.69

CMYK Percentages of Color #e4bede

%0
%17
%3
%11

Triadic Colors of #e4bede

#e4bede #dee4be #bedee4

Analogous Colors of #e4bede

#e4bede #e4becb #d7bee4

Monochromatic Colors of #e4bede

#e4bede

Complementary Color

#e4bede #bee4c4

#e4bede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4bede Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4bede Color CSS Codes

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

#e4bede Text Font Color

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

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


#e4bede Background Color

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

This div background color is #e4bede


#e4bede Border Color

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

This div border color is #e4bede


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,190,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4bede


Comments

No comments written yet.

Please login to write comment.