Color Hex Logo

#e5becc Color Hex

#E5BECC
(229,190,204)
0 Favorites   0 Comments

Color spaces of #e5becc

RGB 229190204
HSL0.940.430.82
HSV338°17°90°
CMYK 0.000.170.11   0.10
XYZ61.625657.844665.0438
Yxy57.84460.33400.3135
Hunter Lab76.055611.53582.5333
CIE-Lab80.652316.1523-1.7981

#e5becc color RGB value is (229,190,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10111110 11001100
Octal 345 276 314
Decimal 229 190 204
Hex E5 BE CC

RGB Percentages of Color #e5becc

%36.76
%30.50
%32.74

CMYK Percentages of Color #e5becc

%0
%17
%11
%10

Triadic Colors of #e5becc

#e5becc #cce5be #becce5

Analogous Colors of #e5becc

#e5becc #e5c4be #e5bee0

Monochromatic Colors of #e5becc

#e5becc

Complementary Color

#e5becc #bee5d7

#e5becc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5becc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5becc Color CSS Codes

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

#e5becc Text Font Color

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

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


#e5becc Background Color

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

This div background color is #e5becc


#e5becc Border Color

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

This div border color is #e5becc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5becc


Comments

No comments written yet.

Please login to write comment.