Color Hex Logo

#e0beab Color Hex

#E0BEAB
(224,190,171)
0 Favorites   0 Comments

Color spaces of #e0beab

RGB 224190171
HSL0.060.460.77
HSV22°24°88°
CMYK 0.000.150.24   0.12
XYZ56.504655.614546.2846
Yxy55.61450.35670.3511
Hunter Lab74.57514.740615.4046
CIE-Lab79.39399.241014.0927

#e0beab color RGB value is (224,190,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10111110 10101011
Octal 340 276 253
Decimal 224 190 171
Hex E0 BE AB

RGB Percentages of Color #e0beab

%38.29
%32.48
%29.23

CMYK Percentages of Color #e0beab

%0
%15
%24
%12

Triadic Colors of #e0beab

#e0beab #abe0be #beabe0

Analogous Colors of #e0beab

#e0beab #e0d9ab #e0abb3

Monochromatic Colors of #e0beab

#e0beab

Complementary Color

#e0beab #abcde0

#e0beab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0beab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0beab Color CSS Codes

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

#e0beab Text Font Color

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

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


#e0beab Background Color

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

This div background color is #e0beab


#e0beab Border Color

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

This div border color is #e0beab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0beab


Comments

No comments written yet.

Please login to write comment.