Color Hex Logo

#eab553 Color Hex

#EAB553
(234,181,83)
1 Favorites   0 Comments

Color spaces of #eab553

RGB 23418183
HSL0.110.780.62
HSV39°65°92°
CMYK 0.000.230.65   0.08
XYZ52.016951.164715.3178
Yxy51.16470.43900.4318
Hunter Lab71.52954.630237.3739
CIE-Lab76.77879.075055.9452

#eab553 color RGB value is (234,181,83).

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

The process color (four color CMYK) of #eab553 color hex is 0.00, 0.23, 0.65, 0.08. Web safe color of #eab553 is #ffcc66. Color #eab553 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110101 01010011
Octal 352 265 123
Decimal 234 181 83
Hex EA B5 53

RGB Percentages of Color #eab553

%46.99
%36.35
%16.67

CMYK Percentages of Color #eab553

%0
%23
%65
%8

Triadic Colors of #eab553

#eab553 #53eab5 #b553ea

Analogous Colors of #eab553

#eab553 #d4ea53 #ea6a53

Monochromatic Colors of #eab553

#eab553

Complementary Color

#eab553 #5388ea

#eab553 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab553 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab553 Color CSS Codes

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

#eab553 Text Font Color

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

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


#eab553 Background Color

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

This div background color is #eab553


#eab553 Border Color

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

This div border color is #eab553


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,181,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 #eab553">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab553


Comments

No comments written yet.

Please login to write comment.