Color Hex Logo

#afcfac Color Hex

#AFCFAC
(175,207,172)
0 Favorites   0 Comments

Color spaces of #afcfac

RGB 175207172
HSL0.320.270.74
HSV115°17°81°
CMYK 0.150.000.17   0.19
XYZ47.438456.718247.4772
Yxy56.71820.31280.3740
Hunter Lab75.3115-19.358715.3410
CIE-Lab80.0208-17.269713.8929

#afcfac color RGB value is (175,207,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001111 10101100
Octal 257 317 254
Decimal 175 207 172
Hex AF CF AC

RGB Percentages of Color #afcfac

%31.59
%37.36
%31.05

CMYK Percentages of Color #afcfac

%15
%0
%17
%19

Triadic Colors of #afcfac

#afcfac #acafcf #cfacaf

Analogous Colors of #afcfac

#afcfac #accfbb #c1cfac

Monochromatic Colors of #afcfac

#afcfac

Complementary Color

#afcfac #ccaccf

#afcfac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcfac Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcfac Color CSS Codes

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

#afcfac Text Font Color

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

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


#afcfac Background Color

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

This div background color is #afcfac


#afcfac Border Color

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

This div border color is #afcfac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcfac


Comments

No comments written yet.

Please login to write comment.