Color Hex Logo

#aeae55 Color Hex

#AEAE55
(174,174,85)
0 Favorites   0 Comments

Color spaces of #aeae55

RGB 17417485
HSL0.170.350.51
HSV60°51°68°
CMYK 0.000.000.51   0.32
XYZ34.231339.926714.4968
Yxy39.92670.38610.4504
Hunter Lab63.1876-13.877530.6287
CIE-Lab69.4173-12.438845.1457

#aeae55 color RGB value is (174,174,85).

#aeae55 hex color red value is 174, green value is 174 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #aeae55 hue: 0.17 , saturation: 0.35 and the lightness value of aeae55 is 0.51.

The process color (four color CMYK) of #aeae55 color hex is 0.00, 0.00, 0.51, 0.32. Web safe color of #aeae55 is #999966. Color #aeae55 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101110 01010101
Octal 256 256 125
Decimal 174 174 85
Hex AE AE 55

RGB Percentages of Color #aeae55

%40.18
%40.18
%19.63

CMYK Percentages of Color #aeae55

%0
%0
%51
%32

Triadic Colors of #aeae55

#aeae55 #55aeae #ae55ae

Analogous Colors of #aeae55

#aeae55 #82ae55 #ae8255

Monochromatic Colors of #aeae55

#aeae55

Complementary Color

#aeae55 #5555ae

#aeae55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeae55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeae55 Color CSS Codes

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

#aeae55 Text Font Color

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

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


#aeae55 Background Color

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

This div background color is #aeae55


#aeae55 Border Color

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

This div border color is #aeae55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeae55


Comments

No comments written yet.

Please login to write comment.