Color Hex Logo

#aeaf72 Color Hex

#AEAF72
(174,175,114)
0 Favorites   0 Comments

Color spaces of #aeaf72

RGB 174175114
HSL0.170.280.57
HSV61°35°69°
CMYK 0.010.000.35   0.31
XYZ35.822840.873521.9209
Yxy40.87350.36330.4145
Hunter Lab63.9324-11.864024.4235
CIE-Lab70.0872-9.896631.2077

#aeaf72 color RGB value is (174,175,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101111 01110010
Octal 256 257 162
Decimal 174 175 114
Hex AE AF 72

RGB Percentages of Color #aeaf72

%37.58
%37.80
%24.62

CMYK Percentages of Color #aeaf72

%1
%0
%35
%31

Triadic Colors of #aeaf72

#aeaf72 #72aeaf #af72ae

Analogous Colors of #aeaf72

#aeaf72 #90af72 #af9272

Monochromatic Colors of #aeaf72

#aeaf72

Complementary Color

#aeaf72 #7372af

#aeaf72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaf72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaf72 Color CSS Codes

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

#aeaf72 Text Font Color

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

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


#aeaf72 Background Color

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

This div background color is #aeaf72


#aeaf72 Border Color

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

This div border color is #aeaf72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaf72


Comments

No comments written yet.

Please login to write comment.