color codes Logo

#e8ad5f color codes

#E8AD5F
(232,173,95)
0 Favorites   0 Comments

Color spaces of #e8ad5f

RGB 23217395
HSL0.090.750.64
HSV34°59°91°
CMYK 0.000.250.59   0.09
XYZ50.287847.869217.4157
Yxy47.86920.43510.4142
Hunter Lab69.18768.661433.5070
CIE-Lab74.742413.269447.8872

#e8ad5f color RGB value is (232,173,95).

#e8ad5f hex color red value is 232, green value is 173 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #e8ad5f hue: 0.09 , saturation: 0.75 and the lightness value of e8ad5f is 0.64.

The process color (four color CMYK) of #e8ad5f color code is 0.00, 0.25, 0.59, 0.09. Web safe color of #e8ad5f is #ff9966. Color #e8ad5f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10101101 01011111
Octal 350 255 137
Decimal 232 173 95
Hex E8 AD 5F

RGB Percentages of Color #e8ad5f

%46.40
%34.60
%19.00

CMYK Percentages of Color #e8ad5f

%0
%25
%59
%9

Triadic Colors of #e8ad5f

#e8ad5f #5fe8ad #ad5fe8

Analogous Colors of #e8ad5f

#e8ad5f #dfe85f #e8695f

Monochromatic Colors of #e8ad5f

#e8ad5f

Complementary Color

#e8ad5f #5f9ae8

#e8ad5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8ad5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8ad5f Color CSS Codes

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

#e8ad5f Text Font Color

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

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


#e8ad5f Background Color

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

This div background color is #e8ad5f


#e8ad5f Border Color

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

This div border color is #e8ad5f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(232,173,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e8ad5f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e8ad5f;
  -webkit-box-shadow: 1px 1px 3px 2px #e8ad5f;
  box-shadow:         1px 1px 3px 2px #e8ad5f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,173,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8ad5f


Comments

No comments written yet.

Please login to write comment.