Color Hex Logo

#adf1ac Color Hex

#ADF1AC
(173,241,172)
0 Favorites   0 Comments

Color spaces of #adf1ac

RGB 173241172
HSL0.330.710.81
HSV119°29°95°
CMYK 0.280.000.29   0.05
XYZ56.135374.773450.5038
Yxy74.77340.30940.4122
Hunter Lab86.4716-35.447425.9018
CIE-Lab89.2867-34.318426.7121

#adf1ac color RGB value is (173,241,172).

#adf1ac hex color red value is 173, green value is 241 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #adf1ac hue: 0.33 , saturation: 0.71 and the lightness value of adf1ac is 0.81.

The process color (four color CMYK) of #adf1ac color hex is 0.28, 0.00, 0.29, 0.05. Web safe color of #adf1ac is #99ff99. Color #adf1ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11110001 10101100
Octal 255 361 254
Decimal 173 241 172
Hex AD F1 AC

RGB Percentages of Color #adf1ac

%29.52
%41.13
%29.35

CMYK Percentages of Color #adf1ac

%28
%0
%29
%5

Triadic Colors of #adf1ac

#adf1ac #acadf1 #f1acad

Analogous Colors of #adf1ac

#adf1ac #acf1ce #d0f1ac

Monochromatic Colors of #adf1ac

#adf1ac

Complementary Color

#adf1ac #f0acf1

#adf1ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf1ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf1ac Color CSS Codes

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

#adf1ac Text Font Color

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

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


#adf1ac Background Color

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

This div background color is #adf1ac


#adf1ac Border Color

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

This div border color is #adf1ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf1ac


Comments

No comments written yet.

Please login to write comment.