Color Hex Logo

#afae1f Color Hex

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

Color spaces of #afae1f

RGB 17517431
HSL0.170.700.40
HSV60°82°69°
CMYK 0.000.010.82   0.31
XYZ33.062639.48507.1751
Yxy39.48500.41470.4953
Hunter Lab62.8371-16.044737.2159
CIE-Lab69.1011-15.171565.9432

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

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

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

Base Numbers

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

RGB Percentages of Color #afae1f

%46.05
%45.79
%8.16

CMYK Percentages of Color #afae1f

%0
%1
%82
%31

Triadic Colors of #afae1f

#afae1f #1fafae #ae1faf

Analogous Colors of #afae1f

#afae1f #68af1f #af661f

Monochromatic Colors of #afae1f

#afae1f

Complementary Color

#afae1f #1f20af

#afae1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afae1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afae1f Color CSS Codes

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

#afae1f Text Font Color

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

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


#afae1f Background Color

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

This div background color is #afae1f


#afae1f Border Color

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

This div border color is #afae1f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,174,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 #afae1f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afae1f


Comments

No comments written yet.

Please login to write comment.