Color Hex Logo

#eaab53 Color Hex

#EAAB53
(234,171,83)
0 Favorites   0 Comments

Color spaces of #eaab53

RGB 23417183
HSL0.100.780.62
HSV35°65°92°
CMYK 0.000.270.65   0.08
XYZ50.055947.242814.6641
Yxy47.24280.44710.4220
Hunter Lab68.73349.711335.4640
CIE-Lab74.344814.360453.2501

#eaab53 color RGB value is (234,171,83).

#eaab53 hex color red value is 234, green value is 171 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #eaab53 hue: 0.10 , saturation: 0.78 and the lightness value of eaab53 is 0.62.

The process color (four color CMYK) of #eaab53 color hex is 0.00, 0.27, 0.65, 0.08. Web safe color of #eaab53 is #ff9966. Color #eaab53 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101011 01010011
Octal 352 253 123
Decimal 234 171 83
Hex EA AB 53

RGB Percentages of Color #eaab53

%47.95
%35.04
%17.01

CMYK Percentages of Color #eaab53

%0
%27
%65
%8

Triadic Colors of #eaab53

#eaab53 #53eaab #ab53ea

Analogous Colors of #eaab53

#eaab53 #deea53 #ea6053

Monochromatic Colors of #eaab53

#eaab53

Complementary Color

#eaab53 #5392ea

#eaab53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaab53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaab53 Color CSS Codes

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

#eaab53 Text Font Color

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

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


#eaab53 Background Color

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

This div background color is #eaab53


#eaab53 Border Color

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

This div border color is #eaab53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaab53


Comments

No comments written yet.

Please login to write comment.