Color Hex Logo

#aeab45 Color Hex

#AEAB45
(174,171,69)
0 Favorites   0 Comments

Color spaces of #aeab45

RGB 17417169
HSL0.160.430.48
HSV58°60°68°
CMYK 0.000.020.60   0.32
XYZ33.092638.554211.3278
Yxy38.55420.39880.4647
Hunter Lab62.0920-13.527632.6478
CIE-Lab68.4271-12.159951.4996

#aeab45 color RGB value is (174,171,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101011 01000101
Octal 256 253 105
Decimal 174 171 69
Hex AE AB 45

RGB Percentages of Color #aeab45

%42.03
%41.30
%16.67

CMYK Percentages of Color #aeab45

%0
%2
%60
%32

Triadic Colors of #aeab45

#aeab45 #45aeab #ab45ae

Analogous Colors of #aeab45

#aeab45 #7dae45 #ae7745

Monochromatic Colors of #aeab45

#aeab45

Complementary Color

#aeab45 #4548ae

#aeab45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeab45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeab45 Color CSS Codes

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

#aeab45 Text Font Color

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

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


#aeab45 Background Color

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

This div background color is #aeab45


#aeab45 Border Color

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

This div border color is #aeab45


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeab45


Comments

No comments written yet.

Please login to write comment.