Color Hex Logo

#aeaf59 Color Hex

#AEAF59
(174,175,89)
0 Favorites   0 Comments

Color spaces of #aeaf59

RGB 17417589
HSL0.170.350.52
HSV61°49°69°
CMYK 0.010.000.49   0.31
XYZ34.588740.379915.4223
Yxy40.37990.38270.4467
Hunter Lab63.5452-14.043530.0921
CIE-Lab69.7393-12.592943.5722

#aeaf59 color RGB value is (174,175,89).

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

The process color (four color CMYK) of #aeaf59 color hex is 0.01, 0.00, 0.49, 0.31. Web safe color of #aeaf59 is #999966. Color #aeaf59 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101111 01011001
Octal 256 257 131
Decimal 174 175 89
Hex AE AF 59

RGB Percentages of Color #aeaf59

%39.73
%39.95
%20.32

CMYK Percentages of Color #aeaf59

%1
%0
%49
%31

Triadic Colors of #aeaf59

#aeaf59 #59aeaf #af59ae

Analogous Colors of #aeaf59

#aeaf59 #83af59 #af8559

Monochromatic Colors of #aeaf59

#aeaf59

Complementary Color

#aeaf59 #5a59af

#aeaf59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaf59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaf59 Color CSS Codes

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

#aeaf59 Text Font Color

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

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


#aeaf59 Background Color

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

This div background color is #aeaf59


#aeaf59 Border Color

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

This div border color is #aeaf59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaf59


Comments

No comments written yet.

Please login to write comment.