Color Hex Logo

#eab758 Color Hex

#EAB758
(234,183,88)
0 Favorites   0 Comments

Color spaces of #eab758

RGB 23418388
HSL0.110.780.63
HSV39°62°92°
CMYK 0.000.220.62   0.08
XYZ52.626652.064016.5081
Yxy52.06400.43420.4296
Hunter Lab72.15543.917236.9441
CIE-Lab77.31918.337454.2495

#eab758 color RGB value is (234,183,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110111 01011000
Octal 352 267 130
Decimal 234 183 88
Hex EA B7 58

RGB Percentages of Color #eab758

%46.34
%36.24
%17.43

CMYK Percentages of Color #eab758

%0
%22
%62
%8

Triadic Colors of #eab758

#eab758 #58eab7 #b758ea

Analogous Colors of #eab758

#eab758 #d4ea58 #ea6e58

Monochromatic Colors of #eab758

#eab758

Complementary Color

#eab758 #588bea

#eab758 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab758 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab758 Color CSS Codes

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

#eab758 Text Font Color

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

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


#eab758 Background Color

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

This div background color is #eab758


#eab758 Border Color

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

This div border color is #eab758


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab758


Comments

No comments written yet.

Please login to write comment.