Color Hex Logo

#aeaf5e Color Hex

#AEAF5E
(174,175,94)
0 Favorites   0 Comments

Color spaces of #aeaf5e

RGB 17417594
HSL0.170.340.53
HSV61°46°69°
CMYK 0.010.000.46   0.31
XYZ34.805940.466816.5661
Yxy40.46680.37900.4406
Hunter Lab63.6135-13.658129.0893
CIE-Lab69.8007-12.112141.1621

#aeaf5e color RGB value is (174,175,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101111 01011110
Octal 256 257 136
Decimal 174 175 94
Hex AE AF 5E

RGB Percentages of Color #aeaf5e

%39.28
%39.50
%21.22

CMYK Percentages of Color #aeaf5e

%1
%0
%46
%31

Triadic Colors of #aeaf5e

#aeaf5e #5eaeaf #af5eae

Analogous Colors of #aeaf5e

#aeaf5e #86af5e #af885e

Monochromatic Colors of #aeaf5e

#aeaf5e

Complementary Color

#aeaf5e #5f5eaf

#aeaf5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaf5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaf5e Color CSS Codes

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

#aeaf5e Text Font Color

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

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


#aeaf5e Background Color

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

This div background color is #aeaf5e


#aeaf5e Border Color

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

This div border color is #aeaf5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaf5e


Comments

No comments written yet.

Please login to write comment.