Color Hex Logo

#eae001 Color Hex

#EAE001
(234,224,1)
0 Favorites   0 Comments

Color spaces of #eae001

RGB 2342241
HSL0.160.990.46
HSV57°100°92°
CMYK 0.000.041.00   0.08
XYZ60.592870.805910.5020
Yxy70.80590.42700.4990
Hunter Lab84.1462-18.720051.5026
CIE-Lab87.3906-15.323386.5390

#eae001 color RGB value is (234,224,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11100000 00000001
Octal 352 340 1
Decimal 234 224 1
Hex EA E0 1

RGB Percentages of Color #eae001

%50.98
%48.80
%0.22

CMYK Percentages of Color #eae001

%0
%4
%100
%8

Triadic Colors of #eae001

#eae001 #01eae0 #e001ea

Analogous Colors of #eae001

#eae001 #80ea01 #ea6c01

Monochromatic Colors of #eae001

#eae001

Complementary Color

#eae001 #010bea

#eae001 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eae001 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eae001 Color CSS Codes

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

#eae001 Text Font Color

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

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


#eae001 Background Color

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

This div background color is #eae001


#eae001 Border Color

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

This div border color is #eae001


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eae001


Comments

No comments written yet.

Please login to write comment.