Color Hex Logo

#aeaa43 Color Hex

#AEAA43
(174,170,67)
0 Favorites   0 Comments

Color spaces of #aeaa43

RGB 17417067
HSL0.160.440.47
HSV58°61°68°
CMYK 0.000.020.61   0.32
XYZ32.843438.153410.9435
Yxy38.15340.40080.4656
Hunter Lab61.7684-13.183132.7335
CIE-Lab68.1335-11.779652.0694

#aeaa43 color RGB value is (174,170,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101010 01000011
Octal 256 252 103
Decimal 174 170 67
Hex AE AA 43

RGB Percentages of Color #aeaa43

%42.34
%41.36
%16.30

CMYK Percentages of Color #aeaa43

%0
%2
%61
%32

Triadic Colors of #aeaa43

#aeaa43 #43aeaa #aa43ae

Analogous Colors of #aeaa43

#aeaa43 #7dae43 #ae7543

Monochromatic Colors of #aeaa43

#aeaa43

Complementary Color

#aeaa43 #4347ae

#aeaa43 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaa43 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaa43 Color CSS Codes

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

#aeaa43 Text Font Color

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

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


#aeaa43 Background Color

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

This div background color is #aeaa43


#aeaa43 Border Color

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

This div border color is #aeaa43


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaa43


Comments

No comments written yet.

Please login to write comment.