Color Hex Logo

#e0bead Color Hex

#E0BEAD
(224,190,173)
0 Favorites   0 Comments

Color spaces of #e0bead

RGB 224190173
HSL0.060.450.78
HSV20°23°88°
CMYK 0.000.150.23   0.12
XYZ56.696855.691347.2964
Yxy55.69130.35510.3488
Hunter Lab74.62665.017014.6622
CIE-Lab79.43789.528013.0805

#e0bead color RGB value is (224,190,173).

#e0bead hex color red value is 224, green value is 190 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e0bead hue: 0.06 , saturation: 0.45 and the lightness value of e0bead is 0.78.

The process color (four color CMYK) of #e0bead color hex is 0.00, 0.15, 0.23, 0.12. Web safe color of #e0bead is #cccc99. Color #e0bead contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10111110 10101101
Octal 340 276 255
Decimal 224 190 173
Hex E0 BE AD

RGB Percentages of Color #e0bead

%38.16
%32.37
%29.47

CMYK Percentages of Color #e0bead

%0
%15
%23
%12

Triadic Colors of #e0bead

#e0bead #ade0be #beade0

Analogous Colors of #e0bead

#e0bead #e0d8ad #e0adb6

Monochromatic Colors of #e0bead

#e0bead

Complementary Color

#e0bead #adcfe0

#e0bead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0bead Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0bead Color CSS Codes

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

#e0bead Text Font Color

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

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


#e0bead Background Color

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

This div background color is #e0bead


#e0bead Border Color

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

This div border color is #e0bead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0bead


Comments

No comments written yet.

Please login to write comment.