Color Hex Logo

#eae373 Color Hex

#EAE373
(234,227,115)
0 Favorites   0 Comments

Color spaces of #eae373

RGB 234227115
HSL0.160.740.68
HSV56°51°92°
CMYK 0.000.030.51   0.08
XYZ64.495373.668427.0398
Yxy73.66840.39040.4459
Hunter Lab85.8303-16.073141.4026
CIE-Lab88.7655-12.202754.9179

#eae373 color RGB value is (234,227,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11100011 01110011
Octal 352 343 163
Decimal 234 227 115
Hex EA E3 73

RGB Percentages of Color #eae373

%40.63
%39.41
%19.97

CMYK Percentages of Color #eae373

%0
%3
%51
%8

Triadic Colors of #eae373

#eae373 #73eae3 #e373ea

Analogous Colors of #eae373

#eae373 #b6ea73 #eaa873

Monochromatic Colors of #eae373

#eae373

Complementary Color

#eae373 #737aea

#eae373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eae373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eae373 Color CSS Codes

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

#eae373 Text Font Color

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

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


#eae373 Background Color

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

This div background color is #eae373


#eae373 Border Color

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

This div border color is #eae373


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eae373


Comments

No comments written yet.

Please login to write comment.