Color Hex Logo

#afae70 Color Hex

#AFAE70
(175,174,112)
0 Favorites   0 Comments

Color spaces of #afae70

RGB 175174112
HSL0.160.280.56
HSV59°36°69°
CMYK 0.000.010.36   0.31
XYZ35.739940.555921.2736
Yxy40.55590.36630.4157
Hunter Lab63.6835-11.270024.7725
CIE-Lab69.8636-9.211831.9876

#afae70 color RGB value is (175,174,112).

#afae70 hex color red value is 175, green value is 174 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #afae70 hue: 0.16 , saturation: 0.28 and the lightness value of afae70 is 0.56.

The process color (four color CMYK) of #afae70 color hex is 0.00, 0.01, 0.36, 0.31. Web safe color of #afae70 is #999966. Color #afae70 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101110 01110000
Octal 257 256 160
Decimal 175 174 112
Hex AF AE 70

RGB Percentages of Color #afae70

%37.96
%37.74
%24.30

CMYK Percentages of Color #afae70

%0
%1
%36
%31

Triadic Colors of #afae70

#afae70 #70afae #ae70af

Analogous Colors of #afae70

#afae70 #91af70 #af8f70

Monochromatic Colors of #afae70

#afae70

Complementary Color

#afae70 #7071af

#afae70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afae70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afae70 Color CSS Codes

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

#afae70 Text Font Color

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

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


#afae70 Background Color

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

This div background color is #afae70


#afae70 Border Color

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

This div border color is #afae70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afae70


Comments

No comments written yet.

Please login to write comment.