Color Hex Logo

#eae971 Color Hex

#EAE971
(234,233,113)
0 Favorites   0 Comments

Color spaces of #eae971

RGB 234233113
HSL0.170.740.68
HSV60°52°92°
CMYK 0.000.000.52   0.08
XYZ66.051276.962526.9968
Yxy76.96250.38850.4527
Hunter Lab87.7283-19.130643.1644
CIE-Lab90.3044-15.330457.6377

#eae971 color RGB value is (234,233,113).

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

The process color (four color CMYK) of #eae971 color hex is 0.00, 0.00, 0.52, 0.08. Web safe color of #eae971 is #ffff66. Color #eae971 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11101001 01110001
Octal 352 351 161
Decimal 234 233 113
Hex EA E9 71

RGB Percentages of Color #eae971

%40.34
%40.17
%19.48

CMYK Percentages of Color #eae971

%0
%0
%52
%8

Triadic Colors of #eae971

#eae971 #71eae9 #e971ea

Analogous Colors of #eae971

#eae971 #afea71 #eaad71

Monochromatic Colors of #eae971

#eae971

Complementary Color

#eae971 #7172ea

#eae971 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eae971 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eae971 Color CSS Codes

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

#eae971 Text Font Color

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

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


#eae971 Background Color

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

This div background color is #eae971


#eae971 Border Color

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

This div border color is #eae971


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eae971


Comments

No comments written yet.

Please login to write comment.