Color Hex Logo

#ae9707 Color Hex

#AE9707
(174,151,7)
0 Favorites   0 Comments

Color spaces of #ae9707

RGB 1741517
HSL0.140.920.35
HSV52°96°68°
CMYK 0.000.130.96   0.32
XYZ28.560531.14724.7077
Yxy31.14720.44340.4835
Hunter Lab55.8097-6.319934.0655
CIE-Lab62.6317-4.031865.3758

#ae9707 color RGB value is (174,151,7).

#ae9707 hex color red value is 174, green value is 151 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #ae9707 hue: 0.14 , saturation: 0.92 and the lightness value of ae9707 is 0.35.

The process color (four color CMYK) of #ae9707 color hex is 0.00, 0.13, 0.96, 0.32. Web safe color of #ae9707 is #999900. Color #ae9707 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010111 00000111
Octal 256 227 7
Decimal 174 151 7
Hex AE 97 7

RGB Percentages of Color #ae9707

%52.41
%45.48
%2.11

CMYK Percentages of Color #ae9707

%0
%13
%96
%32

Triadic Colors of #ae9707

#ae9707 #07ae97 #9707ae

Analogous Colors of #ae9707

#ae9707 #72ae07 #ae4307

Monochromatic Colors of #ae9707

#ae9707

Complementary Color

#ae9707 #071eae

#ae9707 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9707 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9707 Color CSS Codes

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

#ae9707 Text Font Color

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

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


#ae9707 Background Color

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

This div background color is #ae9707


#ae9707 Border Color

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

This div border color is #ae9707


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9707


Comments

No comments written yet.

Please login to write comment.