Color Hex Logo

#afab92 Color Hex

#AFAB92
(175,171,146)
0 Favorites   0 Comments

Color spaces of #afab92

RGB 175171146
HSL0.140.150.63
HSV52°17°69°
CMYK 0.000.020.17   0.31
XYZ37.430440.315133.0029
Yxy40.31510.33800.3640
Hunter Lab63.4942-5.887413.6283
CIE-Lab69.6934-2.875313.4004

#afab92 color RGB value is (175,171,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101011 10010010
Octal 257 253 222
Decimal 175 171 146
Hex AF AB 92

RGB Percentages of Color #afab92

%35.57
%34.76
%29.67

CMYK Percentages of Color #afab92

%0
%2
%17
%31

Triadic Colors of #afab92

#afab92 #92afab #ab92af

Analogous Colors of #afab92

#afab92 #a5af92 #af9d92

Monochromatic Colors of #afab92

#afab92

Complementary Color

#afab92 #9296af

#afab92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afab92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afab92 Color CSS Codes

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

#afab92 Text Font Color

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

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


#afab92 Background Color

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

This div background color is #afab92


#afab92 Border Color

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

This div border color is #afab92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afab92


Comments

No comments written yet.

Please login to write comment.