Color Hex Logo

#eac974 Color Hex

#EAC974
(234,201,116)
0 Favorites   0 Comments

Color spaces of #eac974

RGB 234201116
HSL0.120.740.69
HSV43°50°92°
CMYK 0.000.140.50   0.08
XYZ57.970760.526725.1504
Yxy60.52670.40360.4214
Hunter Lab77.7989-3.141535.2923
CIE-Lab82.12361.080146.4654

#eac974 color RGB value is (234,201,116).

#eac974 hex color red value is 234, green value is 201 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #eac974 hue: 0.12 , saturation: 0.74 and the lightness value of eac974 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001001 01110100
Octal 352 311 164
Decimal 234 201 116
Hex EA C9 74

RGB Percentages of Color #eac974

%42.47
%36.48
%21.05

CMYK Percentages of Color #eac974

%0
%14
%50
%8

Triadic Colors of #eac974

#eac974 #74eac9 #c974ea

Analogous Colors of #eac974

#eac974 #d0ea74 #ea8e74

Monochromatic Colors of #eac974

#eac974

Complementary Color

#eac974 #7495ea

#eac974 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac974 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac974 Color CSS Codes

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

#eac974 Text Font Color

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

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


#eac974 Background Color

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

This div background color is #eac974


#eac974 Border Color

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

This div border color is #eac974


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac974


Comments

No comments written yet.

Please login to write comment.