Color Hex Logo

#adffac Color Hex

#ADFFAC
(173,255,172)
0 Favorites   0 Comments

Color spaces of #adffac

RGB 173255172
HSL0.331.000.84
HSV119°33°100°
CMYK 0.320.000.33   0.00
XYZ60.440083.382851.9387
Yxy83.38280.30870.4259
Hunter Lab91.3142-41.652330.1963
CIE-Lab93.1818-40.647231.9751

#adffac color RGB value is (173,255,172).

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

The process color (four color CMYK) of #adffac color hex is 0.32, 0.00, 0.33, 0.00. Web safe color of #adffac is #99ff99. Color #adffac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111111 10101100
Octal 255 377 254
Decimal 173 255 172
Hex AD FF AC

RGB Percentages of Color #adffac

%28.83
%42.50
%28.67

CMYK Percentages of Color #adffac

%32
%0
%33
%0

Triadic Colors of #adffac

#adffac #acadff #ffacad

Analogous Colors of #adffac

#adffac #acffd5 #d7ffac

Monochromatic Colors of #adffac

#adffac

Complementary Color

#adffac #feacff

#adffac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adffac Color Preview on White Background

Lorem ipsum dolor sit amet.

#adffac Color CSS Codes

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

#adffac Text Font Color

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

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


#adffac Background Color

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

This div background color is #adffac


#adffac Border Color

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

This div border color is #adffac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adffac


Comments

No comments written yet.

Please login to write comment.