Color Hex Logo

#aeae63 Color Hex

#AEAE63
(174,174,99)
0 Favorites   0 Comments

Color spaces of #aeae63

RGB 17417499
HSL0.170.320.54
HSV60°43°68°
CMYK 0.000.000.43   0.32
XYZ34.843740.171617.7218
Yxy40.17160.37570.4332
Hunter Lab63.3811-12.786627.7888
CIE-Lab69.5916-11.081238.3742

#aeae63 color RGB value is (174,174,99).

#aeae63 hex color red value is 174, green value is 174 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #aeae63 hue: 0.17 , saturation: 0.32 and the lightness value of aeae63 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101110 01100011
Octal 256 256 143
Decimal 174 174 99
Hex AE AE 63

RGB Percentages of Color #aeae63

%38.93
%38.93
%22.15

CMYK Percentages of Color #aeae63

%0
%0
%43
%32

Triadic Colors of #aeae63

#aeae63 #63aeae #ae63ae

Analogous Colors of #aeae63

#aeae63 #89ae63 #ae8963

Monochromatic Colors of #aeae63

#aeae63

Complementary Color

#aeae63 #6363ae

#aeae63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeae63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeae63 Color CSS Codes

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

#aeae63 Text Font Color

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

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


#aeae63 Background Color

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

This div background color is #aeae63


#aeae63 Border Color

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

This div border color is #aeae63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeae63


Comments

No comments written yet.

Please login to write comment.