Color Hex Logo

#afae2e Color Hex

#AFAE2E
(175,174,46)
0 Favorites   0 Comments

Color spaces of #afae2e

RGB 17517446
HSL0.170.580.43
HSV60°74°69°
CMYK 0.000.010.74   0.31
XYZ33.308439.58338.4696
Yxy39.58330.40940.4865
Hunter Lab62.9153-15.600836.0591
CIE-Lab69.1717-14.606461.4727

#afae2e color RGB value is (175,174,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101110 00101110
Octal 257 256 56
Decimal 175 174 46
Hex AF AE 2E

RGB Percentages of Color #afae2e

%44.30
%44.05
%11.65

CMYK Percentages of Color #afae2e

%0
%1
%74
%31

Triadic Colors of #afae2e

#afae2e #2eafae #ae2eaf

Analogous Colors of #afae2e

#afae2e #70af2e #af6e2e

Monochromatic Colors of #afae2e

#afae2e

Complementary Color

#afae2e #2e2faf

#afae2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afae2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afae2e Color CSS Codes

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

#afae2e Text Font Color

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

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


#afae2e Background Color

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

This div background color is #afae2e


#afae2e Border Color

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

This div border color is #afae2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afae2e


Comments

No comments written yet.

Please login to write comment.