Color Hex Logo

#e0becd Color Hex

#E0BECD
(224,190,205)
0 Favorites   0 Comments

Color spaces of #e0becd

RGB 224190205
HSL0.930.350.81
HSV334°15°88°
CMYK 0.000.150.08   0.12
XYZ60.173457.082065.6041
Yxy57.08200.32910.3122
Hunter Lab75.55269.94811.4040
CIE-Lab80.225714.5649-3.0159

#e0becd color RGB value is (224,190,205).

#e0becd hex color red value is 224, green value is 190 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e0becd hue: 0.93 , saturation: 0.35 and the lightness value of e0becd is 0.81.

The process color (four color CMYK) of #e0becd color hex is 0.00, 0.15, 0.08, 0.12. Web safe color of #e0becd is #cccccc. Color #e0becd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10111110 11001101
Octal 340 276 315
Decimal 224 190 205
Hex E0 BE CD

RGB Percentages of Color #e0becd

%36.19
%30.69
%33.12

CMYK Percentages of Color #e0becd

%0
%15
%8
%12

Triadic Colors of #e0becd

#e0becd #cde0be #becde0

Analogous Colors of #e0becd

#e0becd #e0c0be #e0bede

Monochromatic Colors of #e0becd

#e0becd

Complementary Color

#e0becd #bee0d1

#e0becd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0becd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0becd Color CSS Codes

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

#e0becd Text Font Color

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

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


#e0becd Background Color

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

This div background color is #e0becd


#e0becd Border Color

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

This div border color is #e0becd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0becd

#e0becd Color Palettes


Comments

No comments written yet.

Please login to write comment.