Color Hex Logo

#adfeab Color Hex

#ADFEAB
(173,254,171)
0 Favorites   0 Comments

Color spaces of #adfeab

RGB 173254171
HSL0.330.980.83
HSV119°33°100°
CMYK 0.320.000.33   0.00
XYZ60.026182.708151.3286
Yxy82.70810.30930.4262
Hunter Lab90.9440-41.336030.1976
CIE-Lab92.8865-40.358132.0803

#adfeab color RGB value is (173,254,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111110 10101011
Octal 255 376 253
Decimal 173 254 171
Hex AD FE AB

RGB Percentages of Color #adfeab

%28.93
%42.47
%28.60

CMYK Percentages of Color #adfeab

%32
%0
%33
%0

Triadic Colors of #adfeab

#adfeab #abadfe #feabad

Analogous Colors of #adfeab

#adfeab #abfed3 #d7feab

Monochromatic Colors of #adfeab

#adfeab

Complementary Color

#adfeab #fcabfe

#adfeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfeab Color CSS Codes

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

#adfeab Text Font Color

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

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


#adfeab Background Color

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

This div background color is #adfeab


#adfeab Border Color

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

This div border color is #adfeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfeab

Related Colors


Comments

No comments written yet.

Please login to write comment.