Color Hex Logo

#aeaa21 Color Hex

#AEAA21
(174,170,33)
0 Favorites   0 Comments

Color spaces of #aeaa21

RGB 17417033
HSL0.160.680.41
HSV58°81°68°
CMYK 0.000.020.81   0.32
XYZ32.104837.85797.0541
Yxy37.85790.41690.4916
Hunter Lab61.5288-14.536736.2727
CIE-Lab67.9158-13.491164.3561

#aeaa21 color RGB value is (174,170,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101010 00100001
Octal 256 252 41
Decimal 174 170 33
Hex AE AA 21

RGB Percentages of Color #aeaa21

%46.15
%45.09
%8.75

CMYK Percentages of Color #aeaa21

%0
%2
%81
%32

Triadic Colors of #aeaa21

#aeaa21 #21aeaa #aa21ae

Analogous Colors of #aeaa21

#aeaa21 #6cae21 #ae6421

Monochromatic Colors of #aeaa21

#aeaa21

Complementary Color

#aeaa21 #2125ae

#aeaa21 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaa21 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaa21 Color CSS Codes

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

#aeaa21 Text Font Color

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

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


#aeaa21 Background Color

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

This div background color is #aeaa21


#aeaa21 Border Color

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

This div border color is #aeaa21


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaa21


Comments

No comments written yet.

Please login to write comment.