Color Hex Logo

#e0bfaa Color Hex

#E0BFAA
(224,191,170)
0 Favorites   0 Comments

Color spaces of #e0bfaa

RGB 224191170
HSL0.060.470.77
HSV23°24°88°
CMYK 0.000.150.24   0.12
XYZ56.627056.011245.8569
Yxy56.01120.35730.3534
Hunter Lab74.84064.088116.0598
CIE-Lab79.62028.569114.9475

#e0bfaa color RGB value is (224,191,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10111111 10101010
Octal 340 277 252
Decimal 224 191 170
Hex E0 BF AA

RGB Percentages of Color #e0bfaa

%38.29
%32.65
%29.06

CMYK Percentages of Color #e0bfaa

%0
%15
%24
%12

Triadic Colors of #e0bfaa

#e0bfaa #aae0bf #bfaae0

Analogous Colors of #e0bfaa

#e0bfaa #e0daaa #e0aab0

Monochromatic Colors of #e0bfaa

#e0bfaa

Complementary Color

#e0bfaa #aacbe0

#e0bfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0bfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0bfaa Color CSS Codes

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

#e0bfaa Text Font Color

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

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


#e0bfaa Background Color

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

This div background color is #e0bfaa


#e0bfaa Border Color

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

This div border color is #e0bfaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,191,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 #e0bfaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0bfaa


Comments

No comments written yet.

Please login to write comment.