Color Hex Logo

#eab083 Color Hex

#EAB083
(234,176,131)
0 Favorites   0 Comments

Color spaces of #eab083

RGB 234176131
HSL0.070.710.72
HSV26°44°92°
CMYK 0.000.250.44   0.08
XYZ53.553850.181828.3362
Yxy50.18180.40550.3800
Hunter Lab70.839110.976125.8709
CIE-Lab76.180715.641431.2422

#eab083 color RGB value is (234,176,131).

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

The process color (four color CMYK) of #eab083 color hex is 0.00, 0.25, 0.44, 0.08. Web safe color of #eab083 is #ff9999. Color #eab083 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110000 10000011
Octal 352 260 203
Decimal 234 176 131
Hex EA B0 83

RGB Percentages of Color #eab083

%43.25
%32.53
%24.21

CMYK Percentages of Color #eab083

%0
%25
%44
%8

Triadic Colors of #eab083

#eab083 #83eab0 #b083ea

Analogous Colors of #eab083

#eab083 #eae483 #ea838a

Monochromatic Colors of #eab083

#eab083

Complementary Color

#eab083 #83bdea

#eab083 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab083 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab083 Color CSS Codes

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

#eab083 Text Font Color

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

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


#eab083 Background Color

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

This div background color is #eab083


#eab083 Border Color

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

This div border color is #eab083


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab083

#eab083 Color Palettes


Comments

No comments written yet.

Please login to write comment.