Color Hex Logo

#eae773 Color Hex

#EAE773
(234,231,115)
0 Favorites   0 Comments

Color spaces of #eae773

RGB 234231115
HSL0.160.740.68
HSV58°51°92°
CMYK 0.000.010.51   0.08
XYZ65.602175.882127.4088
Yxy75.88210.38840.4493
Hunter Lab87.1103-18.016142.3220
CIE-Lab89.8046-14.182256.1401

#eae773 color RGB value is (234,231,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11100111 01110011
Octal 352 347 163
Decimal 234 231 115
Hex EA E7 73

RGB Percentages of Color #eae773

%40.34
%39.83
%19.83

CMYK Percentages of Color #eae773

%0
%1
%51
%8

Triadic Colors of #eae773

#eae773 #73eae7 #e773ea

Analogous Colors of #eae773

#eae773 #b2ea73 #eaac73

Monochromatic Colors of #eae773

#eae773

Complementary Color

#eae773 #7376ea

#eae773 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eae773 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eae773 Color CSS Codes

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

#eae773 Text Font Color

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

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


#eae773 Background Color

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

This div background color is #eae773


#eae773 Border Color

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

This div border color is #eae773


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eae773


Comments

No comments written yet.

Please login to write comment.