Color Hex Logo

#aea608 Color Hex

#AEA608
(174,166,8)
0 Favorites   0 Comments

Color spaces of #aea608

RGB 1741668
HSL0.160.910.36
HSV57°95°68°
CMYK 0.000.050.95   0.32
XYZ31.135636.28865.5931
Yxy36.28860.42640.4970
Hunter Lab60.2400-13.160736.6631
CIE-Lab66.7398-11.962468.3084

#aea608 color RGB value is (174,166,8).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100110 00001000
Octal 256 246 10
Decimal 174 166 8
Hex AE A6 8

RGB Percentages of Color #aea608

%50.00
%47.70
%2.30

CMYK Percentages of Color #aea608

%0
%5
%95
%32

Triadic Colors of #aea608

#aea608 #08aea6 #a608ae

Analogous Colors of #aea608

#aea608 #63ae08 #ae5308

Monochromatic Colors of #aea608

#aea608

Complementary Color

#aea608 #0810ae

#aea608 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea608 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea608 Color CSS Codes

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

#aea608 Text Font Color

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

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


#aea608 Background Color

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

This div background color is #aea608


#aea608 Border Color

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

This div border color is #aea608


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,166,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 #aea608">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea608


Comments

No comments written yet.

Please login to write comment.