Color Hex Logo

#eab796 Color Hex

#EAB796
(234,183,150)
0 Favorites   0 Comments

Color spaces of #eab796

RGB 234183150
HSL0.070.670.75
HSV24°36°92°
CMYK 0.000.220.36   0.08
XYZ56.370253.561436.2215
Yxy53.56140.38570.3665
Hunter Lab73.18579.412221.8858
CIE-Lab78.205314.030823.8435

#eab796 color RGB value is (234,183,150).

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

The process color (four color CMYK) of #eab796 color hex is 0.00, 0.22, 0.36, 0.08. Web safe color of #eab796 is #ffcc99. Color #eab796 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110111 10010110
Octal 352 267 226
Decimal 234 183 150
Hex EA B7 96

RGB Percentages of Color #eab796

%41.27
%32.28
%26.46

CMYK Percentages of Color #eab796

%0
%22
%36
%8

Triadic Colors of #eab796

#eab796 #96eab7 #b796ea

Analogous Colors of #eab796

#eab796 #eae196 #ea969f

Monochromatic Colors of #eab796

#eab796

Complementary Color

#eab796 #96c9ea

#eab796 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab796 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab796 Color CSS Codes

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

#eab796 Text Font Color

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

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


#eab796 Background Color

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

This div background color is #eab796


#eab796 Border Color

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

This div border color is #eab796


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab796


Comments

No comments written yet.

Please login to write comment.