Color Hex Logo

#eab43d Color Hex

#EAB43D
(234,180,61)
0 Favorites   0 Comments

Color spaces of #eab43d

RGB 23418061
HSL0.110.800.58
HSV41°74°92°
CMYK 0.000.230.74   0.08
XYZ51.095250.471911.4639
Yxy50.47190.45200.4465
Hunter Lab71.04364.052640.1632
CIE-Lab76.35808.458264.7983

#eab43d color RGB value is (234,180,61).

#eab43d hex color red value is 234, green value is 180 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #eab43d hue: 0.11 , saturation: 0.80 and the lightness value of eab43d is 0.58.

The process color (four color CMYK) of #eab43d color hex is 0.00, 0.23, 0.74, 0.08. Web safe color of #eab43d is #ffcc33. Color #eab43d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110100 00111101
Octal 352 264 75
Decimal 234 180 61
Hex EA B4 3D

RGB Percentages of Color #eab43d

%49.26
%37.89
%12.84

CMYK Percentages of Color #eab43d

%0
%23
%74
%8

Triadic Colors of #eab43d

#eab43d #3deab4 #b43dea

Analogous Colors of #eab43d

#eab43d #caea3d #ea5d3d

Monochromatic Colors of #eab43d

#eab43d

Complementary Color

#eab43d #3d73ea

#eab43d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab43d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab43d Color CSS Codes

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

#eab43d Text Font Color

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

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


#eab43d Background Color

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

This div background color is #eab43d


#eab43d Border Color

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

This div border color is #eab43d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab43d


Comments

No comments written yet.

Please login to write comment.