Color Hex Logo

#eac581 Color Hex

#EAC581
(234,197,129)
0 Favorites   0 Comments

Color spaces of #eac581

RGB 234197129
HSL0.110.710.71
HSV39°45°92°
CMYK 0.000.160.45   0.08
XYZ57.860459.009929.1094
Yxy59.00990.39640.4042
Hunter Lab76.81790.017631.3052
CIE-Lab81.29704.374038.9124

#eac581 color RGB value is (234,197,129).

#eac581 hex color red value is 234, green value is 197 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #eac581 hue: 0.11 , saturation: 0.71 and the lightness value of eac581 is 0.71.

The process color (four color CMYK) of #eac581 color hex is 0.00, 0.16, 0.45, 0.08. Web safe color of #eac581 is #ffcc99. Color #eac581 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000101 10000001
Octal 352 305 201
Decimal 234 197 129
Hex EA C5 81

RGB Percentages of Color #eac581

%41.79
%35.18
%23.04

CMYK Percentages of Color #eac581

%0
%16
%45
%8

Triadic Colors of #eac581

#eac581 #81eac5 #c581ea

Analogous Colors of #eac581

#eac581 #dbea81 #ea9181

Monochromatic Colors of #eac581

#eac581

Complementary Color

#eac581 #81a6ea

#eac581 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac581 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac581 Color CSS Codes

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

#eac581 Text Font Color

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

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


#eac581 Background Color

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

This div background color is #eac581


#eac581 Border Color

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

This div border color is #eac581


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac581

#eac581 Color Palettes


Comments

No comments written yet.

Please login to write comment.