Color Hex Logo

#aeab24 Color Hex

#AEAB24
(174,171,36)
0 Favorites   0 Comments

Color spaces of #aeab24

RGB 17417136
HSL0.160.660.41
HSV59°79°68°
CMYK 0.000.020.79   0.32
XYZ32.336938.25197.3481
Yxy38.25190.41490.4908
Hunter Lab61.8481-14.906636.2495
CIE-Lab68.2059-13.904463.7555

#aeab24 color RGB value is (174,171,36).

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

The process color (four color CMYK) of #aeab24 color hex is 0.00, 0.02, 0.79, 0.32. Web safe color of #aeab24 is #999933. Color #aeab24 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101011 00100100
Octal 256 253 44
Decimal 174 171 36
Hex AE AB 24

RGB Percentages of Color #aeab24

%45.67
%44.88
%9.45

CMYK Percentages of Color #aeab24

%0
%2
%79
%32

Triadic Colors of #aeab24

#aeab24 #24aeab #ab24ae

Analogous Colors of #aeab24

#aeab24 #6cae24 #ae6624

Monochromatic Colors of #aeab24

#aeab24

Complementary Color

#aeab24 #2427ae

#aeab24 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeab24 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeab24 Color CSS Codes

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

#aeab24 Text Font Color

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

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


#aeab24 Background Color

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

This div background color is #aeab24


#aeab24 Border Color

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

This div border color is #aeab24


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeab24


Comments

No comments written yet.

Please login to write comment.