Color Hex Logo

#eab481 Color Hex

#EAB481
(234,180,129)
0 Favorites   0 Comments

Color spaces of #eab481

RGB 234180129
HSL0.080.710.71
HSV29°45°92°
CMYK 0.000.230.45   0.08
XYZ54.215451.719927.8944
Yxy51.71990.40510.3865
Hunter Lab71.91658.711027.3447
CIE-Lab77.113013.316333.5168

#eab481 color RGB value is (234,180,129).

#eab481 hex color red value is 234, green value is 180 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #eab481 hue: 0.08 , saturation: 0.71 and the lightness value of eab481 is 0.71.

The process color (four color CMYK) of #eab481 color hex is 0.00, 0.23, 0.45, 0.08. Web safe color of #eab481 is #ffcc99. Color #eab481 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110100 10000001
Octal 352 264 201
Decimal 234 180 129
Hex EA B4 81

RGB Percentages of Color #eab481

%43.09
%33.15
%23.76

CMYK Percentages of Color #eab481

%0
%23
%45
%8

Triadic Colors of #eab481

#eab481 #81eab4 #b481ea

Analogous Colors of #eab481

#eab481 #eae981 #ea8183

Monochromatic Colors of #eab481

#eab481

Complementary Color

#eab481 #81b7ea

#eab481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab481 Color CSS Codes

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

#eab481 Text Font Color

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

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


#eab481 Background Color

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

This div background color is #eab481


#eab481 Border Color

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

This div border color is #eab481


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab481


Comments

No comments written yet.

Please login to write comment.