Color Hex Logo

#ae8e08 Color Hex

#AE8E08
(174,142,8)
0 Favorites   0 Comments

Color spaces of #ae8e08

RGB 1741428
HSL0.130.910.36
HSV48°95°68°
CMYK 0.000.180.95   0.32
XYZ27.172428.36224.2720
Yxy28.36220.45430.4742
Hunter Lab53.2562-2.123932.5233
CIE-Lab60.21460.871063.4444

#ae8e08 color RGB value is (174,142,8).

#ae8e08 hex color red value is 174, green value is 142 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #ae8e08 hue: 0.13 , saturation: 0.91 and the lightness value of ae8e08 is 0.36.

The process color (four color CMYK) of #ae8e08 color hex is 0.00, 0.18, 0.95, 0.32. Web safe color of #ae8e08 is #999900. Color #ae8e08 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10001110 00001000
Octal 256 216 10
Decimal 174 142 8
Hex AE 8E 8

RGB Percentages of Color #ae8e08

%53.70
%43.83
%2.47

CMYK Percentages of Color #ae8e08

%0
%18
%95
%32

Triadic Colors of #ae8e08

#ae8e08 #08ae8e #8e08ae

Analogous Colors of #ae8e08

#ae8e08 #7bae08 #ae3b08

Monochromatic Colors of #ae8e08

#ae8e08

Complementary Color

#ae8e08 #0828ae

#ae8e08 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae8e08 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae8e08 Color CSS Codes

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

#ae8e08 Text Font Color

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

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


#ae8e08 Background Color

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

This div background color is #ae8e08


#ae8e08 Border Color

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

This div border color is #ae8e08


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(174,142,8, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ae8e08; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ae8e08;
  -webkit-box-shadow: 1px 1px 3px 2px #ae8e08;
  box-shadow:         1px 1px 3px 2px #ae8e08; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,142,8, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae8e08


Comments

No comments written yet.

Please login to write comment.