color codes Logo

#ae7c20 color codes

#AE7C20
(174,124,32)
0 Favorites   0 Comments

Color spaces of #ae7c20

RGB 17412432
HSL0.110.690.40
HSV39°82°68°
CMYK 0.000.290.82   0.32
XYZ24.923923.51834.5923
Yxy23.51830.47000.4435
Hunter Lab48.49576.871028.3325
CIE-Lab55.602211.403553.8344

#ae7c20 color RGB value is (174,124,32).

#ae7c20 hex color red value is 174, green value is 124 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #ae7c20 hue: 0.11 , saturation: 0.69 and the lightness value of ae7c20 is 0.40.

The process color (four color CMYK) of #ae7c20 color code is 0.00, 0.29, 0.82, 0.32. Web safe color of #ae7c20 is #996633. Color #ae7c20 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01111100 00100000
Octal 256 174 40
Decimal 174 124 32
Hex AE 7C 20

RGB Percentages of Color #ae7c20

%52.73
%37.58
%9.70

CMYK Percentages of Color #ae7c20

%0
%29
%82
%32

Triadic Colors of #ae7c20

#ae7c20 #20ae7c #7c20ae

Analogous Colors of #ae7c20

#ae7c20 #99ae20 #ae3520

Monochromatic Colors of #ae7c20

#ae7c20

Complementary Color

#ae7c20 #2052ae

#ae7c20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae7c20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae7c20 Color CSS Codes

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

#ae7c20 Text Font Color

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

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


#ae7c20 Background Color

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

This div background color is #ae7c20


#ae7c20 Border Color

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

This div border color is #ae7c20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae7c20


Comments

No comments written yet.

Please login to write comment.