Color Hex Logo

#e9ac5d Color Hex

#E9AC5D
(233,172,93)
0 Favorites   0 Comments

Color spaces of #e9ac5d

RGB 23317293
HSL0.090.760.64
HSV34°60°91°
CMYK 0.000.260.60   0.09
XYZ50.332647.619016.8945
Yxy47.61900.43830.4146
Hunter Lab69.00659.434533.7889
CIE-Lab74.584014.072148.7082

#e9ac5d color RGB value is (233,172,93).

#e9ac5d hex color red value is 233, green value is 172 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #e9ac5d hue: 0.09 , saturation: 0.76 and the lightness value of e9ac5d is 0.64.

The process color (four color CMYK) of #e9ac5d color hex is 0.00, 0.26, 0.60, 0.09. Web safe color of #e9ac5d is #ff9966. Color #e9ac5d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10101100 01011101
Octal 351 254 135
Decimal 233 172 93
Hex E9 AC 5D

RGB Percentages of Color #e9ac5d

%46.79
%34.54
%18.67

CMYK Percentages of Color #e9ac5d

%0
%26
%60
%9

Triadic Colors of #e9ac5d

#e9ac5d #5de9ac #ac5de9

Analogous Colors of #e9ac5d

#e9ac5d #e0e95d #e9665d

Monochromatic Colors of #e9ac5d

#e9ac5d

Complementary Color

#e9ac5d #5d9ae9

#e9ac5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9ac5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9ac5d Color CSS Codes

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

#e9ac5d Text Font Color

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

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


#e9ac5d Background Color

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

This div background color is #e9ac5d


#e9ac5d Border Color

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

This div border color is #e9ac5d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(233,172,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e9ac5d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e9ac5d;
  -webkit-box-shadow: 1px 1px 3px 2px #e9ac5d;
  box-shadow:         1px 1px 3px 2px #e9ac5d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,172,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9ac5d


Comments

No comments written yet.

Please login to write comment.