Color Hex Logo

#eaab18 Color Hex

#EAAB18
(234,171,24)
0 Favorites   0 Comments

Color spaces of #eaab18

RGB 23417124
HSL0.120.830.51
HSV42°90°92°
CMYK 0.000.270.90   0.08
XYZ48.659546.68427.3105
Yxy46.68420.47400.4548
Hunter Lab68.32587.551841.4844
CIE-Lab73.987312.111173.8627

#eaab18 color RGB value is (234,171,24).

#eaab18 hex color red value is 234, green value is 171 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #eaab18 hue: 0.12 , saturation: 0.83 and the lightness value of eaab18 is 0.51.

The process color (four color CMYK) of #eaab18 color hex is 0.00, 0.27, 0.90, 0.08. Web safe color of #eaab18 is #ff9900. Color #eaab18 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101011 00011000
Octal 352 253 30
Decimal 234 171 24
Hex EA AB 18

RGB Percentages of Color #eaab18

%54.55
%39.86
%5.59

CMYK Percentages of Color #eaab18

%0
%27
%90
%8

Triadic Colors of #eaab18

#eaab18 #18eaab #ab18ea

Analogous Colors of #eaab18

#eaab18 #c0ea18 #ea4218

Monochromatic Colors of #eaab18

#eaab18

Complementary Color

#eaab18 #1857ea

#eaab18 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaab18 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaab18 Color CSS Codes

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

#eaab18 Text Font Color

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

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


#eaab18 Background Color

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

This div background color is #eaab18


#eaab18 Border Color

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

This div border color is #eaab18


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaab18


Comments

No comments written yet.

Please login to write comment.