Color Hex Logo

#eab483 Color Hex

#EAB483
(234,180,131)
0 Favorites   0 Comments

Color spaces of #eab483

RGB 234180131
HSL0.080.710.72
HSV29°44°92°
CMYK 0.000.230.44   0.08
XYZ54.349751.773628.6015
Yxy51.77360.40340.3843
Hunter Lab71.95398.909126.8001
CIE-Lab77.145313.519632.5079

#eab483 color RGB value is (234,180,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110100 10000011
Octal 352 264 203
Decimal 234 180 131
Hex EA B4 83

RGB Percentages of Color #eab483

%42.94
%33.03
%24.04

CMYK Percentages of Color #eab483

%0
%23
%44
%8

Triadic Colors of #eab483

#eab483 #83eab4 #b483ea

Analogous Colors of #eab483

#eab483 #eae883 #ea8386

Monochromatic Colors of #eab483

#eab483

Complementary Color

#eab483 #83b9ea

#eab483 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab483 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab483 Color CSS Codes

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

#eab483 Text Font Color

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

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


#eab483 Background Color

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

This div background color is #eab483


#eab483 Border Color

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

This div border color is #eab483


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab483


Comments

No comments written yet.

Please login to write comment.