Color Hex Logo

#eab073 Color Hex

#EAB073
(234,176,115)
0 Favorites   0 Comments

Color spaces of #eab073

RGB 234176115
HSL0.090.740.68
HSV31°51°92°
CMYK 0.000.250.51   0.08
XYZ52.551549.780923.0586
Yxy49.78090.41910.3970
Hunter Lab70.55569.478830.0121
CIE-Lab75.934614.109739.2956

#eab073 color RGB value is (234,176,115).

#eab073 hex color red value is 234, green value is 176 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #eab073 hue: 0.09 , saturation: 0.74 and the lightness value of eab073 is 0.68.

The process color (four color CMYK) of #eab073 color hex is 0.00, 0.25, 0.51, 0.08. Web safe color of #eab073 is #ff9966. Color #eab073 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110000 01110011
Octal 352 260 163
Decimal 234 176 115
Hex EA B0 73

RGB Percentages of Color #eab073

%44.57
%33.52
%21.90

CMYK Percentages of Color #eab073

%0
%25
%51
%8

Triadic Colors of #eab073

#eab073 #73eab0 #b073ea

Analogous Colors of #eab073

#eab073 #e9ea73 #ea7573

Monochromatic Colors of #eab073

#eab073

Complementary Color

#eab073 #73adea

#eab073 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab073 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab073 Color CSS Codes

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

#eab073 Text Font Color

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

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


#eab073 Background Color

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

This div background color is #eab073


#eab073 Border Color

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

This div border color is #eab073


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab073


Comments

No comments written yet.

Please login to write comment.