Color Hex Logo

#afae99 Color Hex

#AFAE99
(175,174,153)
0 Favorites   0 Comments

Color spaces of #afae99

RGB 175174153
HSL0.160.120.64
HSV57°13°69°
CMYK 0.000.010.13   0.31
XYZ38.565041.686036.1506
Yxy41.68600.33130.3581
Hunter Lab64.5647-6.368811.9981
CIE-Lab70.6539-3.349110.9143

#afae99 color RGB value is (175,174,153).

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

The process color (four color CMYK) of #afae99 color hex is 0.00, 0.01, 0.13, 0.31. Web safe color of #afae99 is #999999. Color #afae99 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101110 10011001
Octal 257 256 231
Decimal 175 174 153
Hex AF AE 99

RGB Percentages of Color #afae99

%34.86
%34.66
%30.48

CMYK Percentages of Color #afae99

%0
%1
%13
%31

Triadic Colors of #afae99

#afae99 #99afae #ae99af

Analogous Colors of #afae99

#afae99 #a5af99 #afa399

Monochromatic Colors of #afae99

#afae99

Complementary Color

#afae99 #999aaf

#afae99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afae99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afae99 Color CSS Codes

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

#afae99 Text Font Color

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

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


#afae99 Background Color

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

This div background color is #afae99


#afae99 Border Color

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

This div border color is #afae99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afae99

#afae99 Color Palettes


Comments

No comments written yet.

Please login to write comment.