Color Hex Logo

#eab92d Color Hex

#EAB92D
(234,185,45)
0 Favorites   0 Comments

Color spaces of #eab92d

RGB 23418545
HSL0.120.820.55
HSV44°81°92°
CMYK 0.000.210.81   0.08
XYZ51.754352.37989.8652
Yxy52.37980.45400.4595
Hunter Lab72.37390.990442.5800
CIE-Lab77.50745.244671.3916

#eab92d color RGB value is (234,185,45).

#eab92d hex color red value is 234, green value is 185 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #eab92d hue: 0.12 , saturation: 0.82 and the lightness value of eab92d is 0.55.

The process color (four color CMYK) of #eab92d color hex is 0.00, 0.21, 0.81, 0.08. Web safe color of #eab92d is #ffcc33. Color #eab92d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111001 00101101
Octal 352 271 55
Decimal 234 185 45
Hex EA B9 2D

RGB Percentages of Color #eab92d

%50.43
%39.87
%9.70

CMYK Percentages of Color #eab92d

%0
%21
%81
%8

Triadic Colors of #eab92d

#eab92d #2deab9 #b92dea

Analogous Colors of #eab92d

#eab92d #bdea2d #ea5b2d

Monochromatic Colors of #eab92d

#eab92d

Complementary Color

#eab92d #2d5eea

#eab92d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab92d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab92d Color CSS Codes

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

#eab92d Text Font Color

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

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


#eab92d Background Color

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

This div background color is #eab92d


#eab92d Border Color

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

This div border color is #eab92d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab92d


Comments

No comments written yet.

Please login to write comment.