Color Hex Logo

#e8ac05 Color Hex

#E8AC05
(232,172,5)
0 Favorites   0 Comments

Color spaces of #e8ac05

RGB 2321725
HSL0.120.960.46
HSV44°98°91°
CMYK 0.000.260.98   0.09
XYZ48.058646.67186.6192
Yxy46.67180.47420.4605
Hunter Lab68.31686.014642.0771
CIE-Lab73.979310.492276.4965

#e8ac05 color RGB value is (232,172,5).

#e8ac05 hex color red value is 232, green value is 172 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #e8ac05 hue: 0.12 , saturation: 0.96 and the lightness value of e8ac05 is 0.46.

The process color (four color CMYK) of #e8ac05 color hex is 0.00, 0.26, 0.98, 0.09. Web safe color of #e8ac05 is #ff9900. Color #e8ac05 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10101100 00000101
Octal 350 254 5
Decimal 232 172 5
Hex E8 AC 5

RGB Percentages of Color #e8ac05

%56.72
%42.05
%1.22

CMYK Percentages of Color #e8ac05

%0
%26
%98
%9

Triadic Colors of #e8ac05

#e8ac05 #05e8ac #ac05e8

Analogous Colors of #e8ac05

#e8ac05 #b3e805 #e83b05

Monochromatic Colors of #e8ac05

#e8ac05

Complementary Color

#e8ac05 #0541e8

#e8ac05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8ac05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8ac05 Color CSS Codes

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

#e8ac05 Text Font Color

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

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


#e8ac05 Background Color

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

This div background color is #e8ac05


#e8ac05 Border Color

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

This div border color is #e8ac05


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8ac05


Comments

No comments written yet.

Please login to write comment.