Color Hex Logo

#afdcac Color Hex

#AFDCAC
(175,220,172)
0 Favorites   0 Comments

Color spaces of #afdcac

RGB 175220172
HSL0.320.410.77
HSV116°22°86°
CMYK 0.200.000.22   0.14
XYZ50.718863.278948.5706
Yxy63.27890.31200.3892
Hunter Lab79.5480-25.399819.4822
CIE-Lab83.5889-23.710218.8894

#afdcac color RGB value is (175,220,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011100 10101100
Octal 257 334 254
Decimal 175 220 172
Hex AF DC AC

RGB Percentages of Color #afdcac

%30.86
%38.80
%30.34

CMYK Percentages of Color #afdcac

%20
%0
%22
%14

Triadic Colors of #afdcac

#afdcac #acafdc #dcacaf

Analogous Colors of #afdcac

#afdcac #acdcc1 #c7dcac

Monochromatic Colors of #afdcac

#afdcac

Complementary Color

#afdcac #d9acdc

#afdcac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdcac Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdcac Color CSS Codes

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

#afdcac Text Font Color

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

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


#afdcac Background Color

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

This div background color is #afdcac


#afdcac Border Color

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

This div border color is #afdcac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdcac


Comments

No comments written yet.

Please login to write comment.