Color Hex Logo

#adf86b Color Hex

#ADF86B
(173,248,107)
0 Favorites   0 Comments

Color spaces of #adf86b

RGB 173248107
HSL0.260.910.70
HSV92°57°97°
CMYK 0.300.000.57   0.03
XYZ53.454877.080625.9706
Yxy77.08060.34160.4925
Hunter Lab87.7956-44.961543.9185
CIE-Lab90.3587-45.725359.3441

#adf86b color RGB value is (173,248,107).

#adf86b hex color red value is 173, green value is 248 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #adf86b hue: 0.26 , saturation: 0.91 and the lightness value of adf86b is 0.70.

The process color (four color CMYK) of #adf86b color hex is 0.30, 0.00, 0.57, 0.03. Web safe color of #adf86b is #99ff66. Color #adf86b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111000 01101011
Octal 255 370 153
Decimal 173 248 107
Hex AD F8 6B

RGB Percentages of Color #adf86b

%32.77
%46.97
%20.27

CMYK Percentages of Color #adf86b

%30
%0
%57
%3

Triadic Colors of #adf86b

#adf86b #6badf8 #f86bad

Analogous Colors of #adf86b

#adf86b #6bf870 #f4f86b

Monochromatic Colors of #adf86b

#adf86b

Complementary Color

#adf86b #b66bf8

#adf86b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf86b Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf86b Color CSS Codes

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

#adf86b Text Font Color

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

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


#adf86b Background Color

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

This div background color is #adf86b


#adf86b Border Color

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

This div border color is #adf86b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf86b


Comments

No comments written yet.

Please login to write comment.