Color Hex Logo

#eab096 Color Hex

#EAB096
(234,176,150)
0 Favorites   0 Comments

Color spaces of #eab096

RGB 234176150
HSL0.050.670.75
HSV19°36°92°
CMYK 0.000.250.36   0.08
XYZ54.962050.745135.7521
Yxy50.74510.38850.3587
Hunter Lab71.235613.059820.1081
CIE-Lab76.524317.748621.5465

#eab096 color RGB value is (234,176,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110000 10010110
Octal 352 260 226
Decimal 234 176 150
Hex EA B0 96

RGB Percentages of Color #eab096

%41.79
%31.43
%26.79

CMYK Percentages of Color #eab096

%0
%25
%36
%8

Triadic Colors of #eab096

#eab096 #96eab0 #b096ea

Analogous Colors of #eab096

#eab096 #eada96 #ea96a6

Monochromatic Colors of #eab096

#eab096

Complementary Color

#eab096 #96d0ea

#eab096 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab096 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab096 Color CSS Codes

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

#eab096 Text Font Color

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

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


#eab096 Background Color

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

This div background color is #eab096


#eab096 Border Color

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

This div border color is #eab096


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab096


Comments

No comments written yet.

Please login to write comment.