Color Hex Logo

#adffab Color Hex

#ADFFAB
(173,255,171)
0 Favorites   0 Comments

Color spaces of #adffab

RGB 173255171
HSL0.331.000.84
HSV119°33°100°
CMYK 0.320.000.33   0.00
XYZ60.344383.344551.4347
Yxy83.34450.30930.4271
Hunter Lab91.2932-41.775630.5012
CIE-Lab93.1651-40.802232.4534

#adffab color RGB value is (173,255,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111111 10101011
Octal 255 377 253
Decimal 173 255 171
Hex AD FF AB

RGB Percentages of Color #adffab

%28.88
%42.57
%28.55

CMYK Percentages of Color #adffab

%32
%0
%33
%0

Triadic Colors of #adffab

#adffab #abadff #ffabad

Analogous Colors of #adffab

#adffab #abffd3 #d7ffab

Monochromatic Colors of #adffab

#adffab

Complementary Color

#adffab #fdabff

#adffab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adffab Color Preview on White Background

Lorem ipsum dolor sit amet.

#adffab Color CSS Codes

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

#adffab Text Font Color

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

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


#adffab Background Color

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

This div background color is #adffab


#adffab Border Color

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

This div border color is #adffab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,255,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adffab


Comments

No comments written yet.

Please login to write comment.