Color Hex Logo

#e0bdaa Color Hex

#E0BDAA
(224,189,170)
0 Favorites   0 Comments

Color spaces of #e0bdaa

RGB 224189170
HSL0.060.470.77
HSV21°24°88°
CMYK 0.000.160.24   0.12
XYZ56.193855.144845.7125
Yxy55.14480.35780.3511
Hunter Lab74.25955.120615.4841
CIE-Lab79.12469.629614.2505

#e0bdaa color RGB value is (224,189,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10111101 10101010
Octal 340 275 252
Decimal 224 189 170
Hex E0 BD AA

RGB Percentages of Color #e0bdaa

%38.42
%32.42
%29.16

CMYK Percentages of Color #e0bdaa

%0
%16
%24
%12

Triadic Colors of #e0bdaa

#e0bdaa #aae0bd #bdaae0

Analogous Colors of #e0bdaa

#e0bdaa #e0d8aa #e0aab2

Monochromatic Colors of #e0bdaa

#e0bdaa

Complementary Color

#e0bdaa #aacde0

#e0bdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0bdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0bdaa Color CSS Codes

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

#e0bdaa Text Font Color

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

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


#e0bdaa Background Color

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

This div background color is #e0bdaa


#e0bdaa Border Color

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

This div border color is #e0bdaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0bdaa


Comments

No comments written yet.

Please login to write comment.