Color Hex Logo

#e5bedc Color Hex

#E5BEDC
(229,190,220)
0 Favorites   0 Comments

Color spaces of #e5bedc

RGB 229190220
HSL0.870.430.82
HSV314°17°90°
CMYK 0.000.170.04   0.10
XYZ63.644858.652275.6767
Yxy58.65220.32150.2963
Hunter Lab76.584714.3170-4.9777
CIE-Lab81.100018.8983-9.7455

#e5bedc color RGB value is (229,190,220).

#e5bedc hex color red value is 229, green value is 190 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e5bedc hue: 0.87 , saturation: 0.43 and the lightness value of e5bedc is 0.82.

The process color (four color CMYK) of #e5bedc color hex is 0.00, 0.17, 0.04, 0.10. Web safe color of #e5bedc is #cccccc. Color #e5bedc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10111110 11011100
Octal 345 276 334
Decimal 229 190 220
Hex E5 BE DC

RGB Percentages of Color #e5bedc

%35.84
%29.73
%34.43

CMYK Percentages of Color #e5bedc

%0
%17
%4
%10

Triadic Colors of #e5bedc

#e5bedc #dce5be #bedce5

Analogous Colors of #e5bedc

#e5bedc #e5bec9 #dbbee5

Monochromatic Colors of #e5bedc

#e5bedc

Complementary Color

#e5bedc #bee5c7

#e5bedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5bedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5bedc Color CSS Codes

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

#e5bedc Text Font Color

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

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


#e5bedc Background Color

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

This div background color is #e5bedc


#e5bedc Border Color

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

This div border color is #e5bedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5bedc


Comments

No comments written yet.

Please login to write comment.