Color Hex Logo

#afc1ab Color Hex

#AFC1AB
(175,193,171)
0 Favorites   0 Comments

Color spaces of #afc1ab

RGB 175193171
HSL0.300.150.71
HSV109°11°76°
CMYK 0.090.000.11   0.24
XYZ44.099850.194245.8922
Yxy50.19420.31460.3581
Hunter Lab70.8479-12.875111.1880
CIE-Lab76.1883-10.28168.9920

#afc1ab color RGB value is (175,193,171).

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

The process color (four color CMYK) of #afc1ab color hex is 0.09, 0.00, 0.11, 0.24. Web safe color of #afc1ab is #99cc99. Color #afc1ab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000001 10101011
Octal 257 301 253
Decimal 175 193 171
Hex AF C1 AB

RGB Percentages of Color #afc1ab

%32.47
%35.81
%31.73

CMYK Percentages of Color #afc1ab

%9
%0
%11
%24

Triadic Colors of #afc1ab

#afc1ab #abafc1 #c1abaf

Analogous Colors of #afc1ab

#afc1ab #abc1b2 #bac1ab

Monochromatic Colors of #afc1ab

#afc1ab

Complementary Color

#afc1ab #bdabc1

#afc1ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc1ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc1ab Color CSS Codes

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

#afc1ab Text Font Color

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

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


#afc1ab Background Color

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

This div background color is #afc1ab


#afc1ab Border Color

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

This div border color is #afc1ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc1ab


Comments

No comments written yet.

Please login to write comment.