Color Hex Logo

#adfba6 Color Hex

#ADFBA6
(173,251,166)
0 Favorites   0 Comments

Color spaces of #adfba6

RGB 173251166
HSL0.320.910.82
HSV115°34°98°
CMYK 0.310.000.34   0.02
XYZ58.613780.631848.5506
Yxy80.63180.31210.4294
Hunter Lab89.7952-40.626030.7996
CIE-Lab91.9676-39.788733.3564

#adfba6 color RGB value is (173,251,166).

#adfba6 hex color red value is 173, green value is 251 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #adfba6 hue: 0.32 , saturation: 0.91 and the lightness value of adfba6 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111011 10100110
Octal 255 373 246
Decimal 173 251 166
Hex AD FB A6

RGB Percentages of Color #adfba6

%29.32
%42.54
%28.14

CMYK Percentages of Color #adfba6

%31
%0
%34
%2

Triadic Colors of #adfba6

#adfba6 #a6adfb #fba6ad

Analogous Colors of #adfba6

#adfba6 #a6fbca #d8fba6

Monochromatic Colors of #adfba6

#adfba6

Complementary Color

#adfba6 #f4a6fb

#adfba6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfba6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfba6 Color CSS Codes

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

#adfba6 Text Font Color

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

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


#adfba6 Background Color

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

This div background color is #adfba6


#adfba6 Border Color

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

This div border color is #adfba6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfba6


Comments

No comments written yet.

Please login to write comment.