Color Hex Logo

#afae1e Color Hex

#AFAE1E
(175,174,30)
0 Favorites   0 Comments

Color spaces of #afae1e

RGB 17517430
HSL0.170.710.40
HSV60°83°69°
CMYK 0.000.010.83   0.31
XYZ33.049639.47987.1068
Yxy39.47980.41500.4958
Hunter Lab62.8330-16.068237.2770
CIE-Lab69.0974-15.201566.1939

#afae1e color RGB value is (175,174,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101110 00011110
Octal 257 256 36
Decimal 175 174 30
Hex AF AE 1E

RGB Percentages of Color #afae1e

%46.17
%45.91
%7.92

CMYK Percentages of Color #afae1e

%0
%1
%83
%31

Triadic Colors of #afae1e

#afae1e #1eafae #ae1eaf

Analogous Colors of #afae1e

#afae1e #68af1e #af661e

Monochromatic Colors of #afae1e

#afae1e

Complementary Color

#afae1e #1e1faf

#afae1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afae1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afae1e Color CSS Codes

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

#afae1e Text Font Color

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

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


#afae1e Background Color

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

This div background color is #afae1e


#afae1e Border Color

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

This div border color is #afae1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afae1e


Comments

No comments written yet.

Please login to write comment.