Color Hex Logo

#eaed51 Color Hex

#EAED51
(234,237,81)
0 Favorites   0 Comments

Color spaces of #eaed51

RGB 23423781
HSL0.170.810.62
HSV61°66°93°
CMYK 0.010.000.66   0.07
XYZ65.701178.654919.5037
Yxy78.65490.40100.4800
Hunter Lab88.6876-22.967849.0426
CIE-Lab91.0779-19.448671.8760

#eaed51 color RGB value is (234,237,81).

#eaed51 hex color red value is 234, green value is 237 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #eaed51 hue: 0.17 , saturation: 0.81 and the lightness value of eaed51 is 0.62.

The process color (four color CMYK) of #eaed51 color hex is 0.01, 0.00, 0.66, 0.07. Web safe color of #eaed51 is #ffff66. Color #eaed51 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11101101 01010001
Octal 352 355 121
Decimal 234 237 81
Hex EA ED 51

RGB Percentages of Color #eaed51

%42.39
%42.93
%14.67

CMYK Percentages of Color #eaed51

%1
%0
%66
%7

Triadic Colors of #eaed51

#eaed51 #51eaed #ed51ea

Analogous Colors of #eaed51

#eaed51 #9ced51 #eda251

Monochromatic Colors of #eaed51

#eaed51

Complementary Color

#eaed51 #5451ed

#eaed51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaed51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaed51 Color CSS Codes

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

#eaed51 Text Font Color

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

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


#eaed51 Background Color

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

This div background color is #eaed51


#eaed51 Border Color

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

This div border color is #eaed51


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaed51


Comments

No comments written yet.

Please login to write comment.