Color Hex Logo

#eab158 Color Hex

#EAB158
(234,177,88)
0 Favorites   0 Comments

Color spaces of #eab158

RGB 23417788
HSL0.100.780.63
HSV37°62°92°
CMYK 0.000.240.62   0.08
XYZ51.415349.641316.1044
Yxy49.64130.43880.4237
Hunter Lab70.45666.960435.7676
CIE-Lab75.848611.501352.5907

#eab158 color RGB value is (234,177,88).

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

The process color (four color CMYK) of #eab158 color hex is 0.00, 0.24, 0.62, 0.08. Web safe color of #eab158 is #ff9966. Color #eab158 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110001 01011000
Octal 352 261 130
Decimal 234 177 88
Hex EA B1 58

RGB Percentages of Color #eab158

%46.89
%35.47
%17.64

CMYK Percentages of Color #eab158

%0
%24
%62
%8

Triadic Colors of #eab158

#eab158 #58eab1 #b158ea

Analogous Colors of #eab158

#eab158 #daea58 #ea6858

Monochromatic Colors of #eab158

#eab158

Complementary Color

#eab158 #5891ea

#eab158 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab158 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab158 Color CSS Codes

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

#eab158 Text Font Color

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

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


#eab158 Background Color

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

This div background color is #eab158


#eab158 Border Color

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

This div border color is #eab158


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab158


Comments

No comments written yet.

Please login to write comment.