Color Hex Logo

#aeae58 Color Hex

#AEAE58
(174,174,88)
0 Favorites   0 Comments

Color spaces of #aeae58

RGB 17417488
HSL0.170.350.51
HSV60°49°68°
CMYK 0.000.000.49   0.32
XYZ34.353139.975415.1379
Yxy39.97540.38400.4468
Hunter Lab63.2261-13.660030.0628
CIE-Lab69.4520-12.167043.7218

#aeae58 color RGB value is (174,174,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101110 01011000
Octal 256 256 130
Decimal 174 174 88
Hex AE AE 58

RGB Percentages of Color #aeae58

%39.91
%39.91
%20.18

CMYK Percentages of Color #aeae58

%0
%0
%49
%32

Triadic Colors of #aeae58

#aeae58 #58aeae #ae58ae

Analogous Colors of #aeae58

#aeae58 #83ae58 #ae8358

Monochromatic Colors of #aeae58

#aeae58

Complementary Color

#aeae58 #5858ae

#aeae58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeae58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeae58 Color CSS Codes

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

#aeae58 Text Font Color

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

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


#aeae58 Background Color

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

This div background color is #aeae58


#aeae58 Border Color

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

This div border color is #aeae58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeae58


Comments

No comments written yet.

Please login to write comment.