Color Hex Logo

#eab099 Color Hex

#EAB099
(234,176,153)
0 Favorites   0 Comments

Color spaces of #eab099

RGB 234176153
HSL0.050.660.76
HSV17°35°92°
CMYK 0.000.250.35   0.08
XYZ55.206850.843037.0410
Yxy50.84300.38580.3553
Hunter Lab71.304313.419819.1131
CIE-Lab76.583818.109920.0105

#eab099 color RGB value is (234,176,153).

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

The process color (four color CMYK) of #eab099 color hex is 0.00, 0.25, 0.35, 0.08. Web safe color of #eab099 is #ff9999. Color #eab099 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110000 10011001
Octal 352 260 231
Decimal 234 176 153
Hex EA B0 99

RGB Percentages of Color #eab099

%41.56
%31.26
%27.18

CMYK Percentages of Color #eab099

%0
%25
%35
%8

Triadic Colors of #eab099

#eab099 #99eab0 #b099ea

Analogous Colors of #eab099

#eab099 #ead999 #ea99ab

Monochromatic Colors of #eab099

#eab099

Complementary Color

#eab099 #99d3ea

#eab099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab099 Color CSS Codes

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

#eab099 Text Font Color

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

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


#eab099 Background Color

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

This div background color is #eab099


#eab099 Border Color

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

This div border color is #eab099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab099


Comments

No comments written yet.

Please login to write comment.