Color Hex Logo

#eac49b Color Hex

#EAC49B
(234,196,155)
0 Favorites   0 Comments

Color spaces of #eac49b

RGB 234196155
HSL0.090.650.76
HSV31°34°92°
CMYK 0.000.160.34   0.08
XYZ59.588059.338839.3233
Yxy59.33880.37650.3750
Hunter Lab77.03173.273623.6557
CIE-Lab81.47757.772525.6373

#eac49b color RGB value is (234,196,155).

#eac49b hex color red value is 234, green value is 196 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #eac49b hue: 0.09 , saturation: 0.65 and the lightness value of eac49b is 0.76.

The process color (four color CMYK) of #eac49b color hex is 0.00, 0.16, 0.34, 0.08. Web safe color of #eac49b is #ffcc99. Color #eac49b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000100 10011011
Octal 352 304 233
Decimal 234 196 155
Hex EA C4 9B

RGB Percentages of Color #eac49b

%40.00
%33.50
%26.50

CMYK Percentages of Color #eac49b

%0
%16
%34
%8

Triadic Colors of #eac49b

#eac49b #9beac4 #c49bea

Analogous Colors of #eac49b

#eac49b #e9ea9b #ea9d9b

Monochromatic Colors of #eac49b

#eac49b

Complementary Color

#eac49b #9bc1ea

#eac49b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac49b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac49b Color CSS Codes

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

#eac49b Text Font Color

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

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


#eac49b Background Color

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

This div background color is #eac49b


#eac49b Border Color

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

This div border color is #eac49b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(234,196,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eac49b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eac49b;
  -webkit-box-shadow: 1px 1px 3px 2px #eac49b;
  box-shadow:         1px 1px 3px 2px #eac49b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,196,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac49b


Comments

No comments written yet.

Please login to write comment.