Color Hex Logo

#afaa95 Color Hex

#AFAA95
(175,170,149)
0 Favorites   0 Comments

Color spaces of #afaa95

RGB 175170149
HSL0.130.140.64
HSV48°15°69°
CMYK 0.000.030.15   0.31
XYZ37.478740.033334.1856
Yxy40.03330.33550.3584
Hunter Lab63.2719-4.992412.2561
CIE-Lab69.4932-1.855111.4693

#afaa95 color RGB value is (175,170,149).

#afaa95 hex color red value is 175, green value is 170 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #afaa95 hue: 0.13 , saturation: 0.14 and the lightness value of afaa95 is 0.64.

The process color (four color CMYK) of #afaa95 color hex is 0.00, 0.03, 0.15, 0.31. Web safe color of #afaa95 is #999999. Color #afaa95 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101010 10010101
Octal 257 252 225
Decimal 175 170 149
Hex AF AA 95

RGB Percentages of Color #afaa95

%35.43
%34.41
%30.16

CMYK Percentages of Color #afaa95

%0
%3
%15
%31

Triadic Colors of #afaa95

#afaa95 #95afaa #aa95af

Analogous Colors of #afaa95

#afaa95 #a7af95 #af9d95

Monochromatic Colors of #afaa95

#afaa95

Complementary Color

#afaa95 #959aaf

#afaa95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaa95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaa95 Color CSS Codes

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

#afaa95 Text Font Color

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

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


#afaa95 Background Color

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

This div background color is #afaa95


#afaa95 Border Color

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

This div border color is #afaa95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaa95


Comments

No comments written yet.

Please login to write comment.