Color Hex Logo

#eab558 Color Hex

#EAB558
(234,181,88)
0 Favorites   0 Comments

Color spaces of #eab558

RGB 23418188
HSL0.110.780.63
HSV38°62°92°
CMYK 0.000.230.62   0.08
XYZ52.217051.244816.3716
Yxy51.24480.43570.4276
Hunter Lab71.58554.929736.5502
CIE-Lab76.82719.390253.6960

#eab558 color RGB value is (234,181,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110101 01011000
Octal 352 265 130
Decimal 234 181 88
Hex EA B5 58

RGB Percentages of Color #eab558

%46.52
%35.98
%17.50

CMYK Percentages of Color #eab558

%0
%23
%62
%8

Triadic Colors of #eab558

#eab558 #58eab5 #b558ea

Analogous Colors of #eab558

#eab558 #d6ea58 #ea6c58

Monochromatic Colors of #eab558

#eab558

Complementary Color

#eab558 #588dea

#eab558 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab558 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab558 Color CSS Codes

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

#eab558 Text Font Color

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

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


#eab558 Background Color

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

This div background color is #eab558


#eab558 Border Color

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

This div border color is #eab558


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab558


Comments

No comments written yet.

Please login to write comment.