Color Hex Logo

#eac073 Color Hex

#EAC073
(234,192,115)
0 Favorites   0 Comments

Color spaces of #eac073

RGB 234192115
HSL0.110.740.68
HSV39°51°92°
CMYK 0.000.180.51   0.08
XYZ55.875856.429524.1667
Yxy56.42950.40940.4135
Hunter Lab75.11961.313533.5095
CIE-Lab79.85765.676944.1797

#eac073 color RGB value is (234,192,115).

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

The process color (four color CMYK) of #eac073 color hex is 0.00, 0.18, 0.51, 0.08. Web safe color of #eac073 is #ffcc66. Color #eac073 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000000 01110011
Octal 352 300 163
Decimal 234 192 115
Hex EA C0 73

RGB Percentages of Color #eac073

%43.25
%35.49
%21.26

CMYK Percentages of Color #eac073

%0
%18
%51
%8

Triadic Colors of #eac073

#eac073 #73eac0 #c073ea

Analogous Colors of #eac073

#eac073 #d9ea73 #ea8573

Monochromatic Colors of #eac073

#eac073

Complementary Color

#eac073 #739dea

#eac073 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac073 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac073 Color CSS Codes

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

#eac073 Text Font Color

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

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


#eac073 Background Color

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

This div background color is #eac073


#eac073 Border Color

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

This div border color is #eac073


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac073


Comments

No comments written yet.

Please login to write comment.