Color Hex Logo

#adf9ac Color Hex

#ADF9AC
(173,249,172)
0 Favorites   0 Comments

Color spaces of #adf9ac

RGB 173249172
HSL0.330.870.83
HSV119°31°98°
CMYK 0.310.000.31   0.02
XYZ58.555779.614251.3106
Yxy79.61420.30900.4202
Hunter Lab89.2268-39.005028.3636
CIE-Lab91.5115-37.963129.7278

#adf9ac color RGB value is (173,249,172).

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

The process color (four color CMYK) of #adf9ac color hex is 0.31, 0.00, 0.31, 0.02. Web safe color of #adf9ac is #99ff99. Color #adf9ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111001 10101100
Octal 255 371 254
Decimal 173 249 172
Hex AD F9 AC

RGB Percentages of Color #adf9ac

%29.12
%41.92
%28.96

CMYK Percentages of Color #adf9ac

%31
%0
%31
%2

Triadic Colors of #adf9ac

#adf9ac #acadf9 #f9acad

Analogous Colors of #adf9ac

#adf9ac #acf9d2 #d4f9ac

Monochromatic Colors of #adf9ac

#adf9ac

Complementary Color

#adf9ac #f8acf9

#adf9ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf9ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf9ac Color CSS Codes

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

#adf9ac Text Font Color

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

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


#adf9ac Background Color

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

This div background color is #adf9ac


#adf9ac Border Color

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

This div border color is #adf9ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf9ac


Comments

No comments written yet.

Please login to write comment.