Color Hex Logo

#eac376 Color Hex

#EAC376
(234,195,118)
0 Favorites   0 Comments

Color spaces of #eac376

RGB 234195118
HSL0.110.730.69
HSV40°50°92°
CMYK 0.000.170.50   0.08
XYZ56.716857.830625.3127
Yxy57.83060.40550.4135
Hunter Lab76.04640.047333.4973
CIE-Lab80.64454.376143.6518

#eac376 color RGB value is (234,195,118).

#eac376 hex color red value is 234, green value is 195 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #eac376 hue: 0.11 , saturation: 0.73 and the lightness value of eac376 is 0.69.

The process color (four color CMYK) of #eac376 color hex is 0.00, 0.17, 0.50, 0.08. Web safe color of #eac376 is #ffcc66. Color #eac376 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000011 01110110
Octal 352 303 166
Decimal 234 195 118
Hex EA C3 76

RGB Percentages of Color #eac376

%42.78
%35.65
%21.57

CMYK Percentages of Color #eac376

%0
%17
%50
%8

Triadic Colors of #eac376

#eac376 #76eac3 #c376ea

Analogous Colors of #eac376

#eac376 #d7ea76 #ea8976

Monochromatic Colors of #eac376

#eac376

Complementary Color

#eac376 #769dea

#eac376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac376 Color CSS Codes

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

#eac376 Text Font Color

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

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


#eac376 Background Color

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

This div background color is #eac376


#eac376 Border Color

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

This div border color is #eac376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac376


Comments

No comments written yet.

Please login to write comment.