Color Hex Logo

#e1bcaa Color Hex

#E1BCAA
(225,188,170)
0 Favorites   0 Comments

Color spaces of #e1bcaa

RGB 225188170
HSL0.050.480.77
HSV20°24°88°
CMYK 0.000.160.24   0.12
XYZ56.290354.876345.6556
Yxy54.87630.35890.3499
Hunter Lab74.07855.999915.3138
CIE-Lab78.970010.536314.0461

#e1bcaa color RGB value is (225,188,170).

#e1bcaa hex color red value is 225, green value is 188 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e1bcaa hue: 0.05 , saturation: 0.48 and the lightness value of e1bcaa is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10111100 10101010
Octal 341 274 252
Decimal 225 188 170
Hex E1 BC AA

RGB Percentages of Color #e1bcaa

%38.59
%32.25
%29.16

CMYK Percentages of Color #e1bcaa

%0
%16
%24
%12

Triadic Colors of #e1bcaa

#e1bcaa #aae1bc #bcaae1

Analogous Colors of #e1bcaa

#e1bcaa #e1d8aa #e1aab4

Monochromatic Colors of #e1bcaa

#e1bcaa

Complementary Color

#e1bcaa #aacfe1

#e1bcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1bcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1bcaa Color CSS Codes

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

#e1bcaa Text Font Color

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

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


#e1bcaa Background Color

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

This div background color is #e1bcaa


#e1bcaa Border Color

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

This div border color is #e1bcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1bcaa


Comments

No comments written yet.

Please login to write comment.