Color Hex Logo

#eaed30 Color Hex

#EAED30
(234,237,48)
0 Favorites   0 Comments

Color spaces of #eaed30

RGB 23423748
HSL0.170.840.56
HSV61°80°93°
CMYK 0.010.000.80   0.07
XYZ64.749478.274214.4921
Yxy78.27420.41110.4969
Hunter Lab88.4727-24.190752.2190
CIE-Lab90.9049-20.847882.2043

#eaed30 color RGB value is (234,237,48).

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

The process color (four color CMYK) of #eaed30 color hex is 0.01, 0.00, 0.80, 0.07. Web safe color of #eaed30 is #ffff33. Color #eaed30 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11101101 00110000
Octal 352 355 60
Decimal 234 237 48
Hex EA ED 30

RGB Percentages of Color #eaed30

%45.09
%45.66
%9.25

CMYK Percentages of Color #eaed30

%1
%0
%80
%7

Triadic Colors of #eaed30

#eaed30 #30eaed #ed30ea

Analogous Colors of #eaed30

#eaed30 #8ced30 #ed9230

Monochromatic Colors of #eaed30

#eaed30

Complementary Color

#eaed30 #3330ed

#eaed30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaed30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaed30 Color CSS Codes

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

#eaed30 Text Font Color

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

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


#eaed30 Background Color

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

This div background color is #eaed30


#eaed30 Border Color

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

This div border color is #eaed30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaed30


Comments

No comments written yet.

Please login to write comment.