Color Hex Logo

#eafe0a Color Hex

#EAFE0A
(234,254,10)
0 Favorites   0 Comments

Color spaces of #eafe0a

RGB 23425410
HSL0.180.990.52
HSV65°96°100°
CMYK 0.080.000.96   0.00
XYZ69.428388.398013.6904
Yxy88.39800.40480.5154
Hunter Lab94.0202-32.723857.1809
CIE-Lab95.3283-29.562591.7497

#eafe0a color RGB value is (234,254,10).

#eafe0a hex color red value is 234, green value is 254 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #eafe0a hue: 0.18 , saturation: 0.99 and the lightness value of eafe0a is 0.52.

The process color (four color CMYK) of #eafe0a color hex is 0.08, 0.00, 0.96, 0.00. Web safe color of #eafe0a is #ffff00. Color #eafe0a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111110 00001010
Octal 352 376 12
Decimal 234 254 10
Hex EA FE A

RGB Percentages of Color #eafe0a

%46.99
%51.00
%2.01

CMYK Percentages of Color #eafe0a

%8
%0
%96
%0

Triadic Colors of #eafe0a

#eafe0a #0aeafe #fe0aea

Analogous Colors of #eafe0a

#eafe0a #70fe0a #fe980a

Monochromatic Colors of #eafe0a

#eafe0a

Complementary Color

#eafe0a #1e0afe

#eafe0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eafe0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eafe0a Color CSS Codes

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

#eafe0a Text Font Color

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

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


#eafe0a Background Color

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

This div background color is #eafe0a


#eafe0a Border Color

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

This div border color is #eafe0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eafe0a


Comments

No comments written yet.

Please login to write comment.