Color Hex Logo

#eab195 Color Hex

#EAB195
(234,177,149)
0 Favorites   0 Comments

Color spaces of #eab195

RGB 234177149
HSL0.050.670.75
HSV20°36°92°
CMYK 0.000.240.36   0.08
XYZ55.078651.106635.3954
Yxy51.10660.38900.3610
Hunter Lab71.488912.419820.6867
CIE-Lab76.743517.098222.3849

#eab195 color RGB value is (234,177,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110001 10010101
Octal 352 261 225
Decimal 234 177 149
Hex EA B1 95

RGB Percentages of Color #eab195

%41.79
%31.61
%26.61

CMYK Percentages of Color #eab195

%0
%24
%36
%8

Triadic Colors of #eab195

#eab195 #95eab1 #b195ea

Analogous Colors of #eab195

#eab195 #eadc95 #ea95a4

Monochromatic Colors of #eab195

#eab195

Complementary Color

#eab195 #95ceea

#eab195 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab195 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab195 Color CSS Codes

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

#eab195 Text Font Color

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

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


#eab195 Background Color

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

This div background color is #eab195


#eab195 Border Color

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

This div border color is #eab195


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab195


Comments

No comments written yet.

Please login to write comment.