Color Hex Logo

#afcfa6 Color Hex

#AFCFA6
(175,207,166)
0 Favorites   0 Comments

Color spaces of #afcfa6

RGB 175207166
HSL0.300.300.73
HSV107°20°81°
CMYK 0.150.000.20   0.19
XYZ46.875056.492844.5100
Yxy56.49280.31700.3820
Hunter Lab75.1617-20.210517.5022
CIE-Lab79.8935-18.297016.9010

#afcfa6 color RGB value is (175,207,166).

#afcfa6 hex color red value is 175, green value is 207 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #afcfa6 hue: 0.30 , saturation: 0.30 and the lightness value of afcfa6 is 0.73.

The process color (four color CMYK) of #afcfa6 color hex is 0.15, 0.00, 0.20, 0.19. Web safe color of #afcfa6 is #99cc99. Color #afcfa6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001111 10100110
Octal 257 317 246
Decimal 175 207 166
Hex AF CF A6

RGB Percentages of Color #afcfa6

%31.93
%37.77
%30.29

CMYK Percentages of Color #afcfa6

%15
%0
%20
%19

Triadic Colors of #afcfa6

#afcfa6 #a6afcf #cfa6af

Analogous Colors of #afcfa6

#afcfa6 #a6cfb2 #c4cfa6

Monochromatic Colors of #afcfa6

#afcfa6

Complementary Color

#afcfa6 #c6a6cf

#afcfa6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcfa6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcfa6 Color CSS Codes

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

#afcfa6 Text Font Color

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

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


#afcfa6 Background Color

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

This div background color is #afcfa6


#afcfa6 Border Color

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

This div border color is #afcfa6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcfa6


Comments

No comments written yet.

Please login to write comment.