Color Hex Logo

#aeaf74 Color Hex

#AEAF74
(174,175,116)
0 Favorites   0 Comments

Color spaces of #aeaf74

RGB 174175116
HSL0.170.270.57
HSV61°34°69°
CMYK 0.010.000.34   0.31
XYZ35.937940.919622.5271
Yxy40.91960.36160.4117
Hunter Lab63.9684-11.662223.8984
CIE-Lab70.1196-9.649730.1928

#aeaf74 color RGB value is (174,175,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101111 01110100
Octal 256 257 164
Decimal 174 175 116
Hex AE AF 74

RGB Percentages of Color #aeaf74

%37.42
%37.63
%24.95

CMYK Percentages of Color #aeaf74

%1
%0
%34
%31

Triadic Colors of #aeaf74

#aeaf74 #74aeaf #af74ae

Analogous Colors of #aeaf74

#aeaf74 #91af74 #af9374

Monochromatic Colors of #aeaf74

#aeaf74

Complementary Color

#aeaf74 #7574af

#aeaf74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaf74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaf74 Color CSS Codes

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

#aeaf74 Text Font Color

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

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


#aeaf74 Background Color

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

This div background color is #aeaf74


#aeaf74 Border Color

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

This div border color is #aeaf74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaf74


Comments

No comments written yet.

Please login to write comment.