Color Hex Logo

#aeaf5c Color Hex

#AEAF5C
(174,175,92)
0 Favorites   0 Comments

Color spaces of #aeaf5c

RGB 17417592
HSL0.170.340.52
HSV61°47°69°
CMYK 0.010.000.47   0.31
XYZ34.717340.431316.0994
Yxy40.43130.38050.4431
Hunter Lab63.5856-13.815129.4981
CIE-Lab69.7756-12.307742.1310

#aeaf5c color RGB value is (174,175,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101111 01011100
Octal 256 257 134
Decimal 174 175 92
Hex AE AF 5C

RGB Percentages of Color #aeaf5c

%39.46
%39.68
%20.86

CMYK Percentages of Color #aeaf5c

%1
%0
%47
%31

Triadic Colors of #aeaf5c

#aeaf5c #5caeaf #af5cae

Analogous Colors of #aeaf5c

#aeaf5c #85af5c #af875c

Monochromatic Colors of #aeaf5c

#aeaf5c

Complementary Color

#aeaf5c #5d5caf

#aeaf5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaf5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaf5c Color CSS Codes

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

#aeaf5c Text Font Color

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

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


#aeaf5c Background Color

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

This div background color is #aeaf5c


#aeaf5c Border Color

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

This div border color is #aeaf5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaf5c


Comments

No comments written yet.

Please login to write comment.