Color Hex Logo

#ae702d Color Hex

#AE702D
(174,112,45)
0 Favorites   0 Comments

Color spaces of #ae702d

RGB 17411245
HSL0.090.590.43
HSV31°74°68°
CMYK 0.000.360.74   0.32
XYZ23.723420.77655.2425
Yxy20.77650.47690.4177
Hunter Lab45.581213.135725.0877
CIE-Lab52.704018.672745.6957

#ae702d color RGB value is (174,112,45).

#ae702d hex color red value is 174, green value is 112 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ae702d hue: 0.09 , saturation: 0.59 and the lightness value of ae702d is 0.43.

The process color (four color CMYK) of #ae702d color hex is 0.00, 0.36, 0.74, 0.32. Web safe color of #ae702d is #996633. Color #ae702d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110000 00101101
Octal 256 160 55
Decimal 174 112 45
Hex AE 70 2D

RGB Percentages of Color #ae702d

%52.57
%33.84
%13.60

CMYK Percentages of Color #ae702d

%0
%36
%74
%32

Triadic Colors of #ae702d

#ae702d #2dae70 #702dae

Analogous Colors of #ae702d

#ae702d #acae2d #ae302d

Monochromatic Colors of #ae702d

#ae702d

Complementary Color

#ae702d #2d6bae

#ae702d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae702d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae702d Color CSS Codes

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

#ae702d Text Font Color

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

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


#ae702d Background Color

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

This div background color is #ae702d


#ae702d Border Color

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

This div border color is #ae702d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae702d


Comments

No comments written yet.

Please login to write comment.