Color Hex Logo

#afae72 Color Hex

#AFAE72
(175,174,114)
0 Favorites   0 Comments

Color spaces of #afae72

RGB 175174114
HSL0.160.280.57
HSV59°35°69°
CMYK 0.000.010.35   0.31
XYZ35.852540.601021.8667
Yxy40.60100.36470.4129
Hunter Lab63.7189-11.072124.2564
CIE-Lab69.8955-8.970430.9738

#afae72 color RGB value is (175,174,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101110 01110010
Octal 257 256 162
Decimal 175 174 114
Hex AF AE 72

RGB Percentages of Color #afae72

%37.80
%37.58
%24.62

CMYK Percentages of Color #afae72

%0
%1
%35
%31

Triadic Colors of #afae72

#afae72 #72afae #ae72af

Analogous Colors of #afae72

#afae72 #92af72 #af9072

Monochromatic Colors of #afae72

#afae72

Complementary Color

#afae72 #7273af

#afae72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afae72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afae72 Color CSS Codes

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

#afae72 Text Font Color

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

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


#afae72 Background Color

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

This div background color is #afae72


#afae72 Border Color

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

This div border color is #afae72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afae72


Comments

No comments written yet.

Please login to write comment.