Color Hex Logo

#afc6ab Color Hex

#AFC6AB
(175,198,171)
0 Favorites   0 Comments

Color spaces of #afc6ab

RGB 175198171
HSL0.310.190.72
HSV111°14°78°
CMYK 0.120.000.14   0.22
XYZ45.224052.442446.2669
Yxy52.44240.31420.3644
Hunter Lab72.4171-15.257912.8119
CIE-Lab77.5446-12.866210.9234

#afc6ab color RGB value is (175,198,171).

#afc6ab hex color red value is 175, green value is 198 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #afc6ab hue: 0.31 , saturation: 0.19 and the lightness value of afc6ab is 0.72.

The process color (four color CMYK) of #afc6ab color hex is 0.12, 0.00, 0.14, 0.22. Web safe color of #afc6ab is #99cc99. Color #afc6ab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000110 10101011
Octal 257 306 253
Decimal 175 198 171
Hex AF C6 AB

RGB Percentages of Color #afc6ab

%32.17
%36.40
%31.43

CMYK Percentages of Color #afc6ab

%12
%0
%14
%22

Triadic Colors of #afc6ab

#afc6ab #abafc6 #c6abaf

Analogous Colors of #afc6ab

#afc6ab #abc6b5 #bdc6ab

Monochromatic Colors of #afc6ab

#afc6ab

Complementary Color

#afc6ab #c2abc6

#afc6ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc6ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc6ab Color CSS Codes

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

#afc6ab Text Font Color

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

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


#afc6ab Background Color

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

This div background color is #afc6ab


#afc6ab Border Color

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

This div border color is #afc6ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,198,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 #afc6ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc6ab


Comments

No comments written yet.

Please login to write comment.