Color Hex Logo

#eade00 Color Hex

#EADE00
(234,222,0)
0 Favorites   0 Comments

Color spaces of #eade00

RGB 2342220
HSL0.161.000.46
HSV57°100°92°
CMYK 0.000.051.00   0.08
XYZ60.053069.735010.2951
Yxy69.73500.42870.4978
Hunter Lab83.5075-17.772851.1458
CIE-Lab86.8667-14.346886.2421

#eade00 color RGB value is (234,222,0).

#eade00 hex color red value is 234, green value is 222 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #eade00 hue: 0.16 , saturation: 1.00 and the lightness value of eade00 is 0.46.

The process color (four color CMYK) of #eade00 color hex is 0.00, 0.05, 1.00, 0.08. Web safe color of #eade00 is #ffcc00. Color #eade00 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011110 00000000
Octal 352 336 0
Decimal 234 222 0
Hex EA DE 0

RGB Percentages of Color #eade00

%51.32
%48.68
%0.00

CMYK Percentages of Color #eade00

%0
%5
%100
%8

Triadic Colors of #eade00

#eade00 #00eade #de00ea

Analogous Colors of #eade00

#eade00 #81ea00 #ea6900

Monochromatic Colors of #eade00

#eade00

Complementary Color

#eade00 #000cea

#eade00 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eade00 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eade00 Color CSS Codes

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

#eade00 Text Font Color

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

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


#eade00 Background Color

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

This div background color is #eade00


#eade00 Border Color

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

This div border color is #eade00


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eade00


Comments

No comments written yet.

Please login to write comment.