Color Hex Logo

#afb7ad Color Hex

#AFB7AD
(175,183,173)
0 Favorites   0 Comments

Color spaces of #afb7ad

RGB 175183173
HSL0.300.060.70
HSV108°72°
CMYK 0.040.000.05   0.28
XYZ42.155545.998146.1918
Yxy45.99810.31380.3424
Hunter Lab67.8219-7.73957.0944
CIE-Lab73.5443-4.65944.1077

#afb7ad color RGB value is (175,183,173).

#afb7ad hex color red value is 175, green value is 183 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #afb7ad hue: 0.30 , saturation: 0.06 and the lightness value of afb7ad is 0.70.

The process color (four color CMYK) of #afb7ad color hex is 0.04, 0.00, 0.05, 0.28. Web safe color of #afb7ad is #99cc99. Color #afb7ad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110111 10101101
Octal 257 267 255
Decimal 175 183 173
Hex AF B7 AD

RGB Percentages of Color #afb7ad

%32.96
%34.46
%32.58

CMYK Percentages of Color #afb7ad

%4
%0
%5
%28

Triadic Colors of #afb7ad

#afb7ad #adafb7 #b7adaf

Analogous Colors of #afb7ad

#afb7ad #adb7b0 #b4b7ad

Monochromatic Colors of #afb7ad

#afb7ad

Complementary Color

#afb7ad #b5adb7

#afb7ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb7ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb7ad Color CSS Codes

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

#afb7ad Text Font Color

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

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


#afb7ad Background Color

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

This div background color is #afb7ad


#afb7ad Border Color

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

This div border color is #afb7ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb7ad


Comments

No comments written yet.

Please login to write comment.