Color Hex Logo

#aeab13 Color Hex

#AEAB13
(174,171,19)
0 Favorites   0 Comments

Color spaces of #aeab13

RGB 17417119
HSL0.160.800.38
HSV59°89°68°
CMYK 0.000.020.89   0.32
XYZ32.136038.17156.2902
Yxy38.17150.41950.4983
Hunter Lab61.7831-15.275037.2118
CIE-Lab68.1468-14.374367.7655

#aeab13 color RGB value is (174,171,19).

#aeab13 hex color red value is 174, green value is 171 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #aeab13 hue: 0.16 , saturation: 0.80 and the lightness value of aeab13 is 0.38.

The process color (four color CMYK) of #aeab13 color hex is 0.00, 0.02, 0.89, 0.32. Web safe color of #aeab13 is #999900. Color #aeab13 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101011 00010011
Octal 256 253 23
Decimal 174 171 19
Hex AE AB 13

RGB Percentages of Color #aeab13

%47.80
%46.98
%5.22

CMYK Percentages of Color #aeab13

%0
%2
%89
%32

Triadic Colors of #aeab13

#aeab13 #13aeab #ab13ae

Analogous Colors of #aeab13

#aeab13 #63ae13 #ae5e13

Monochromatic Colors of #aeab13

#aeab13

Complementary Color

#aeab13 #1316ae

#aeab13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeab13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeab13 Color CSS Codes

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

#aeab13 Text Font Color

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

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


#aeab13 Background Color

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

This div background color is #aeab13


#aeab13 Border Color

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

This div border color is #aeab13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeab13


Comments

No comments written yet.

Please login to write comment.