Color Hex Logo

#afcfaa Color Hex

#AFCFAA
(175,207,170)
0 Favorites   0 Comments

Color spaces of #afcfaa

RGB 175207170
HSL0.310.280.74
HSV112°18°81°
CMYK 0.150.000.18   0.19
XYZ47.247756.641946.4730
Yxy56.64190.31420.3767
Hunter Lab75.2608-19.646616.0714
CIE-Lab79.9778-17.616214.8956

#afcfaa color RGB value is (175,207,170).

#afcfaa hex color red value is 175, green value is 207 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #afcfaa hue: 0.31 , saturation: 0.28 and the lightness value of afcfaa is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001111 10101010
Octal 257 317 252
Decimal 175 207 170
Hex AF CF AA

RGB Percentages of Color #afcfaa

%31.70
%37.50
%30.80

CMYK Percentages of Color #afcfaa

%15
%0
%18
%19

Triadic Colors of #afcfaa

#afcfaa #aaafcf #cfaaaf

Analogous Colors of #afcfaa

#afcfaa #aacfb8 #c2cfaa

Monochromatic Colors of #afcfaa

#afcfaa

Complementary Color

#afcfaa #caaacf

#afcfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcfaa Color CSS Codes

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

#afcfaa Text Font Color

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

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


#afcfaa Background Color

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

This div background color is #afcfaa


#afcfaa Border Color

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

This div border color is #afcfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcfaa

#afcfaa Color Palettes


Comments

No comments written yet.

Please login to write comment.