Color Hex Logo

#aeaf70 Color Hex

#AEAF70
(174,175,112)
0 Favorites   0 Comments

Color spaces of #aeaf70

RGB 174175112
HSL0.170.280.56
HSV61°36°69°
CMYK 0.010.000.36   0.31
XYZ35.710240.828521.3278
Yxy40.82850.36490.4172
Hunter Lab63.8972-12.061824.9380
CIE-Lab70.0556-10.139232.2201

#aeaf70 color RGB value is (174,175,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101111 01110000
Octal 256 257 160
Decimal 174 175 112
Hex AE AF 70

RGB Percentages of Color #aeaf70

%37.74
%37.96
%24.30

CMYK Percentages of Color #aeaf70

%1
%0
%36
%31

Triadic Colors of #aeaf70

#aeaf70 #70aeaf #af70ae

Analogous Colors of #aeaf70

#aeaf70 #8faf70 #af9170

Monochromatic Colors of #aeaf70

#aeaf70

Complementary Color

#aeaf70 #7170af

#aeaf70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaf70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaf70 Color CSS Codes

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

#aeaf70 Text Font Color

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

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


#aeaf70 Background Color

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

This div background color is #aeaf70


#aeaf70 Border Color

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

This div border color is #aeaf70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaf70


Comments

No comments written yet.

Please login to write comment.