Color Hex Logo

#eab190 Color Hex

#EAB190
(234,177,144)
0 Favorites   0 Comments

Color spaces of #eab190

RGB 234177144
HSL0.060.680.74
HSV22°38°92°
CMYK 0.000.240.38   0.08
XYZ54.687950.950333.3376
Yxy50.95030.39350.3666
Hunter Lab71.379511.845022.2744
CIE-Lab76.648916.518224.9400

#eab190 color RGB value is (234,177,144).

#eab190 hex color red value is 234, green value is 177 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #eab190 hue: 0.06 , saturation: 0.68 and the lightness value of eab190 is 0.74.

The process color (four color CMYK) of #eab190 color hex is 0.00, 0.24, 0.38, 0.08. Web safe color of #eab190 is #ff9999. Color #eab190 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110001 10010000
Octal 352 261 220
Decimal 234 177 144
Hex EA B1 90

RGB Percentages of Color #eab190

%42.16
%31.89
%25.95

CMYK Percentages of Color #eab190

%0
%24
%38
%8

Triadic Colors of #eab190

#eab190 #90eab1 #b190ea

Analogous Colors of #eab190

#eab190 #eade90 #ea909c

Monochromatic Colors of #eab190

#eab190

Complementary Color

#eab190 #90c9ea

#eab190 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab190 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab190 Color CSS Codes

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

#eab190 Text Font Color

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

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


#eab190 Background Color

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

This div background color is #eab190


#eab190 Border Color

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

This div border color is #eab190


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab190


Comments

No comments written yet.

Please login to write comment.