Color Hex Logo

#eab49b Color Hex

#EAB49B
(234,180,155)
0 Favorites   0 Comments

Color spaces of #eab49b

RGB 234180155
HSL0.050.650.76
HSV19°34°92°
CMYK 0.000.230.34   0.08
XYZ56.169352.501538.1837
Yxy52.50150.38250.3575
Hunter Lab72.457911.571619.4760
CIE-Lab77.579816.227520.3065

#eab49b color RGB value is (234,180,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110100 10011011
Octal 352 264 233
Decimal 234 180 155
Hex EA B4 9B

RGB Percentages of Color #eab49b

%41.12
%31.63
%27.24

CMYK Percentages of Color #eab49b

%0
%23
%34
%8

Triadic Colors of #eab49b

#eab49b #9beab4 #b49bea

Analogous Colors of #eab49b

#eab49b #eadc9b #ea9baa

Monochromatic Colors of #eab49b

#eab49b

Complementary Color

#eab49b #9bd1ea

#eab49b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab49b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab49b Color CSS Codes

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

#eab49b Text Font Color

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

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


#eab49b Background Color

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

This div background color is #eab49b


#eab49b Border Color

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

This div border color is #eab49b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab49b


Comments

No comments written yet.

Please login to write comment.