Color Hex Logo

#eae750 Color Hex

#EAE750
(234,231,80)
0 Favorites   0 Comments

Color spaces of #eae750

RGB 23423180
HSL0.160.790.62
HSV59°66°92°
CMYK 0.000.010.66   0.08
XYZ63.955675.223418.7382
Yxy75.22340.40500.4763
Hunter Lab86.7314-20.154447.9025
CIE-Lab89.4975-16.586970.6459

#eae750 color RGB value is (234,231,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11100111 01010000
Octal 352 347 120
Decimal 234 231 80
Hex EA E7 50

RGB Percentages of Color #eae750

%42.94
%42.39
%14.68

CMYK Percentages of Color #eae750

%0
%1
%66
%8

Triadic Colors of #eae750

#eae750 #50eae7 #e750ea

Analogous Colors of #eae750

#eae750 #a0ea50 #ea9a50

Monochromatic Colors of #eae750

#eae750

Complementary Color

#eae750 #5053ea

#eae750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eae750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eae750 Color CSS Codes

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

#eae750 Text Font Color

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

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


#eae750 Background Color

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

This div background color is #eae750


#eae750 Border Color

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

This div border color is #eae750


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eae750


Comments

No comments written yet.

Please login to write comment.