Color Hex Logo

#eab095 Color Hex

#EAB095
(234,176,149)
0 Favorites   0 Comments

Color spaces of #eab095

RGB 234176149
HSL0.050.670.75
HSV19°36°92°
CMYK 0.000.250.36   0.08
XYZ54.881850.713035.3298
Yxy50.71300.38940.3599
Hunter Lab71.213112.941820.4345
CIE-Lab76.504817.630022.0583

#eab095 color RGB value is (234,176,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110000 10010101
Octal 352 260 225
Decimal 234 176 149
Hex EA B0 95

RGB Percentages of Color #eab095

%41.86
%31.48
%26.65

CMYK Percentages of Color #eab095

%0
%25
%36
%8

Triadic Colors of #eab095

#eab095 #95eab0 #b095ea

Analogous Colors of #eab095

#eab095 #eadb95 #ea95a5

Monochromatic Colors of #eab095

#eab095

Complementary Color

#eab095 #95cfea

#eab095 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab095 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab095 Color CSS Codes

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

#eab095 Text Font Color

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

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


#eab095 Background Color

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

This div background color is #eab095


#eab095 Border Color

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

This div border color is #eab095


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab095


Comments

No comments written yet.

Please login to write comment.