Color Hex Logo

#eac358 Color Hex

#EAC358
(234,195,88)
0 Favorites   0 Comments

Color spaces of #eac358

RGB 23419588
HSL0.120.780.63
HSV44°62°92°
CMYK 0.000.170.62   0.08
XYZ55.208257.227217.3687
Yxy57.22720.42530.4409
Hunter Lab75.6487-2.116339.3413
CIE-Lab80.30722.064257.5796

#eac358 color RGB value is (234,195,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000011 01011000
Octal 352 303 130
Decimal 234 195 88
Hex EA C3 58

RGB Percentages of Color #eac358

%45.26
%37.72
%17.02

CMYK Percentages of Color #eac358

%0
%17
%62
%8

Triadic Colors of #eac358

#eac358 #58eac3 #c358ea

Analogous Colors of #eac358

#eac358 #c8ea58 #ea7a58

Monochromatic Colors of #eac358

#eac358

Complementary Color

#eac358 #587fea

#eac358 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac358 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac358 Color CSS Codes

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

#eac358 Text Font Color

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

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


#eac358 Background Color

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

This div background color is #eac358


#eac358 Border Color

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

This div border color is #eac358


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac358


Comments

No comments written yet.

Please login to write comment.