Color Hex Logo

#aeaf1f Color Hex

#AEAF1F
(174,175,31)
0 Favorites   0 Comments

Color spaces of #aeaf1f

RGB 17417531
HSL0.170.700.40
HSV60°82°69°
CMYK 0.010.000.82   0.31
XYZ33.032939.75757.2293
Yxy39.75750.41280.4968
Hunter Lab63.0535-16.830037.3397
CIE-Lab69.2965-16.118866.0771

#aeaf1f color RGB value is (174,175,31).

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

The process color (four color CMYK) of #aeaf1f color hex is 0.01, 0.00, 0.82, 0.31. Web safe color of #aeaf1f is #999933. Color #aeaf1f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101111 00011111
Octal 256 257 37
Decimal 174 175 31
Hex AE AF 1F

RGB Percentages of Color #aeaf1f

%45.79
%46.05
%8.16

CMYK Percentages of Color #aeaf1f

%1
%0
%82
%31

Triadic Colors of #aeaf1f

#aeaf1f #1faeaf #af1fae

Analogous Colors of #aeaf1f

#aeaf1f #66af1f #af681f

Monochromatic Colors of #aeaf1f

#aeaf1f

Complementary Color

#aeaf1f #201faf

#aeaf1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaf1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaf1f Color CSS Codes

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

#aeaf1f Text Font Color

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

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


#aeaf1f Background Color

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

This div background color is #aeaf1f


#aeaf1f Border Color

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

This div border color is #aeaf1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaf1f


Comments

No comments written yet.

Please login to write comment.