color codes Logo

#ae7600 color codes

#AE7600
(174,118,0)
0 Favorites   0 Comments

Color spaces of #ae7600

RGB 1741180
HSL0.111.000.34
HSV41°100°68°
CMYK 0.000.321.00   0.32
XYZ23.934021.95552.9764
Yxy21.95550.48980.4493
Hunter Lab46.85679.177129.0335
CIE-Lab53.979814.102660.4071

#ae7600 color RGB value is (174,118,0).

#ae7600 hex color red value is 174, green value is 118 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #ae7600 hue: 0.11 , saturation: 1.00 and the lightness value of ae7600 is 0.34.

The process color (four color CMYK) of #ae7600 color code is 0.00, 0.32, 1.00, 0.32. Web safe color of #ae7600 is #996600. Color #ae7600 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110110 00000000
Octal 256 166 0
Decimal 174 118 0
Hex AE 76 0

RGB Percentages of Color #ae7600

%59.59
%40.41
%0.00

CMYK Percentages of Color #ae7600

%0
%32
%100
%32

Triadic Colors of #ae7600

#ae7600 #00ae76 #7600ae

Analogous Colors of #ae7600

#ae7600 #8fae00 #ae1f00

Monochromatic Colors of #ae7600

#ae7600

Complementary Color

#ae7600 #0038ae

#ae7600 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae7600 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae7600 Color CSS Codes

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

#ae7600 Text Font Color

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

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


#ae7600 Background Color

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

This div background color is #ae7600


#ae7600 Border Color

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

This div border color is #ae7600


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae7600


Comments

No comments written yet.

Please login to write comment.