Color Hex Logo

#aeaf84 Color Hex

#AEAF84
(174,175,132)
0 Favorites   0 Comments

Color spaces of #aeaf84

RGB 174175132
HSL0.170.210.60
HSV61°25°69°
CMYK 0.010.000.25   0.31
XYZ36.950441.324627.8587
Yxy41.32460.34810.3894
Hunter Lab64.2842-9.896019.3046
CIE-Lab70.4027-7.506322.0015

#aeaf84 color RGB value is (174,175,132).

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

The process color (four color CMYK) of #aeaf84 color hex is 0.01, 0.00, 0.25, 0.31. Web safe color of #aeaf84 is #999999. Color #aeaf84 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101111 10000100
Octal 256 257 204
Decimal 174 175 132
Hex AE AF 84

RGB Percentages of Color #aeaf84

%36.17
%36.38
%27.44

CMYK Percentages of Color #aeaf84

%1
%0
%25
%31

Triadic Colors of #aeaf84

#aeaf84 #84aeaf #af84ae

Analogous Colors of #aeaf84

#aeaf84 #99af84 #af9b84

Monochromatic Colors of #aeaf84

#aeaf84

Complementary Color

#aeaf84 #8584af

#aeaf84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaf84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaf84 Color CSS Codes

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

#aeaf84 Text Font Color

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

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


#aeaf84 Background Color

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

This div background color is #aeaf84


#aeaf84 Border Color

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

This div border color is #aeaf84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaf84


Comments

No comments written yet.

Please login to write comment.