Color Hex Logo

#eab161 Color Hex

#EAB161
(234,177,97)
0 Favorites   0 Comments

Color spaces of #eab161

RGB 23417797
HSL0.100.770.65
HSV35°59°92°
CMYK 0.000.240.59   0.08
XYZ51.811549.799818.1908
Yxy49.79980.43250.4157
Hunter Lab70.56907.558434.1149
CIE-Lab75.946212.124248.3756

#eab161 color RGB value is (234,177,97).

#eab161 hex color red value is 234, green value is 177 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #eab161 hue: 0.10 , saturation: 0.77 and the lightness value of eab161 is 0.65.

The process color (four color CMYK) of #eab161 color hex is 0.00, 0.24, 0.59, 0.08. Web safe color of #eab161 is #ff9966. Color #eab161 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110001 01100001
Octal 352 261 141
Decimal 234 177 97
Hex EA B1 61

RGB Percentages of Color #eab161

%46.06
%34.84
%19.09

CMYK Percentages of Color #eab161

%0
%24
%59
%8

Triadic Colors of #eab161

#eab161 #61eab1 #b161ea

Analogous Colors of #eab161

#eab161 #dfea61 #ea6d61

Monochromatic Colors of #eab161

#eab161

Complementary Color

#eab161 #619aea

#eab161 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab161 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab161 Color CSS Codes

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

#eab161 Text Font Color

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

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


#eab161 Background Color

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

This div background color is #eab161


#eab161 Border Color

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

This div border color is #eab161


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab161


Comments

No comments written yet.

Please login to write comment.