Color Hex Logo

#ae920a Color Hex

#AE920A
(174,146,10)
0 Favorites   0 Comments

Color spaces of #ae920a

RGB 17414610
HSL0.140.890.36
HSV50°94°68°
CMYK 0.000.160.94   0.32
XYZ27.789229.57844.5317
Yxy29.57840.44890.4778
Hunter Lab54.3860-3.968833.1299
CIE-Lab61.2887-1.285563.9463

#ae920a color RGB value is (174,146,10).

#ae920a hex color red value is 174, green value is 146 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #ae920a hue: 0.14 , saturation: 0.89 and the lightness value of ae920a is 0.36.

The process color (four color CMYK) of #ae920a color hex is 0.00, 0.16, 0.94, 0.32. Web safe color of #ae920a is #999900. Color #ae920a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010010 00001010
Octal 256 222 12
Decimal 174 146 10
Hex AE 92 A

RGB Percentages of Color #ae920a

%52.73
%44.24
%3.03

CMYK Percentages of Color #ae920a

%0
%16
%94
%32

Triadic Colors of #ae920a

#ae920a #0aae92 #920aae

Analogous Colors of #ae920a

#ae920a #78ae0a #ae400a

Monochromatic Colors of #ae920a

#ae920a

Complementary Color

#ae920a #0a26ae

#ae920a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae920a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae920a Color CSS Codes

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

#ae920a Text Font Color

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

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


#ae920a Background Color

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

This div background color is #ae920a


#ae920a Border Color

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

This div border color is #ae920a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae920a


Comments

No comments written yet.

Please login to write comment.