Color Hex Logo

#afab94 Color Hex

#AFAB94
(175,171,148)
0 Favorites   0 Comments

Color spaces of #afab94

RGB 175171148
HSL0.140.140.63
HSV51°15°69°
CMYK 0.000.020.15   0.31
XYZ37.587440.377933.8296
Yxy40.37790.33620.3612
Hunter Lab63.5436-5.614812.9155
CIE-Lab69.7378-2.555312.3645

#afab94 color RGB value is (175,171,148).

#afab94 hex color red value is 175, green value is 171 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #afab94 hue: 0.14 , saturation: 0.14 and the lightness value of afab94 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101011 10010100
Octal 257 253 224
Decimal 175 171 148
Hex AF AB 94

RGB Percentages of Color #afab94

%35.43
%34.62
%29.96

CMYK Percentages of Color #afab94

%0
%2
%15
%31

Triadic Colors of #afab94

#afab94 #94afab #ab94af

Analogous Colors of #afab94

#afab94 #a6af94 #af9e94

Monochromatic Colors of #afab94

#afab94

Complementary Color

#afab94 #9498af

#afab94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afab94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afab94 Color CSS Codes

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

#afab94 Text Font Color

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

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


#afab94 Background Color

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

This div background color is #afab94


#afab94 Border Color

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

This div border color is #afab94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afab94


Comments

No comments written yet.

Please login to write comment.