Color Hex Logo

#eab658 Color Hex

#EAB658
(234,182,88)
0 Favorites   0 Comments

Color spaces of #eab658

RGB 23418288
HSL0.110.780.63
HSV39°62°92°
CMYK 0.000.220.62   0.08
XYZ52.421151.652916.4396
Yxy51.65290.43500.4286
Hunter Lab71.87004.423436.7469
CIE-Lab77.07288.863753.9726

#eab658 color RGB value is (234,182,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110110 01011000
Octal 352 266 130
Decimal 234 182 88
Hex EA B6 58

RGB Percentages of Color #eab658

%46.43
%36.11
%17.46

CMYK Percentages of Color #eab658

%0
%22
%62
%8

Triadic Colors of #eab658

#eab658 #58eab6 #b658ea

Analogous Colors of #eab658

#eab658 #d5ea58 #ea6d58

Monochromatic Colors of #eab658

#eab658

Complementary Color

#eab658 #588cea

#eab658 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab658 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab658 Color CSS Codes

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

#eab658 Text Font Color

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

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


#eab658 Background Color

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

This div background color is #eab658


#eab658 Border Color

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

This div border color is #eab658


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab658


Comments

No comments written yet.

Please login to write comment.