Color Hex Logo

#aeab17 Color Hex

#AEAB17
(174,171,23)
0 Favorites   0 Comments

Color spaces of #aeab17

RGB 17417123
HSL0.160.770.39
HSV59°87°68°
CMYK 0.000.020.87   0.32
XYZ32.173138.18646.4856
Yxy38.18640.41870.4969
Hunter Lab61.7951-15.207037.0339
CIE-Lab68.1578-14.287566.9920

#aeab17 color RGB value is (174,171,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101011 00010111
Octal 256 253 27
Decimal 174 171 23
Hex AE AB 17

RGB Percentages of Color #aeab17

%47.28
%46.47
%6.25

CMYK Percentages of Color #aeab17

%0
%2
%87
%32

Triadic Colors of #aeab17

#aeab17 #17aeab #ab17ae

Analogous Colors of #aeab17

#aeab17 #66ae17 #ae5f17

Monochromatic Colors of #aeab17

#aeab17

Complementary Color

#aeab17 #171aae

#aeab17 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeab17 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeab17 Color CSS Codes

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

#aeab17 Text Font Color

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

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


#aeab17 Background Color

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

This div background color is #aeab17


#aeab17 Border Color

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

This div border color is #aeab17


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeab17


Comments

No comments written yet.

Please login to write comment.