Color Hex Logo

#eaeb5d Color Hex

#EAEB5D
(234,235,93)
0 Favorites   0 Comments

Color spaces of #eaeb5d

RGB 23423593
HSL0.170.780.64
HSV60°60°92°
CMYK 0.000.000.60   0.08
XYZ65.615877.699421.8951
Yxy77.69940.39720.4703
Hunter Lab88.1473-21.384446.9759
CIE-Lab90.6426-17.763566.6940

#eaeb5d color RGB value is (234,235,93).

#eaeb5d hex color red value is 234, green value is 235 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #eaeb5d hue: 0.17 , saturation: 0.78 and the lightness value of eaeb5d is 0.64.

The process color (four color CMYK) of #eaeb5d color hex is 0.00, 0.00, 0.60, 0.08. Web safe color of #eaeb5d is #ffff66. Color #eaeb5d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11101011 01011101
Octal 352 353 135
Decimal 234 235 93
Hex EA EB 5D

RGB Percentages of Color #eaeb5d

%41.64
%41.81
%16.55

CMYK Percentages of Color #eaeb5d

%0
%0
%60
%8

Triadic Colors of #eaeb5d

#eaeb5d #5deaeb #eb5dea

Analogous Colors of #eaeb5d

#eaeb5d #a3eb5d #eba55d

Monochromatic Colors of #eaeb5d

#eaeb5d

Complementary Color

#eaeb5d #5e5deb

#eaeb5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaeb5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaeb5d Color CSS Codes

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

#eaeb5d Text Font Color

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

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


#eaeb5d Background Color

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

This div background color is #eaeb5d


#eaeb5d Border Color

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

This div border color is #eaeb5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaeb5d


Comments

No comments written yet.

Please login to write comment.