Color Hex Logo

#adf86d Color Hex

#ADF86D
(173,248,109)
0 Favorites   0 Comments

Color spaces of #adf86d

RGB 173248109
HSL0.260.910.70
HSV92°56°97°
CMYK 0.300.000.56   0.03
XYZ53.561377.123226.5313
Yxy77.12320.34070.4906
Hunter Lab87.8198-44.817543.5617
CIE-Lab90.3783-45.535858.4916

#adf86d color RGB value is (173,248,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111000 01101101
Octal 255 370 155
Decimal 173 248 109
Hex AD F8 6D

RGB Percentages of Color #adf86d

%32.64
%46.79
%20.57

CMYK Percentages of Color #adf86d

%30
%0
%56
%3

Triadic Colors of #adf86d

#adf86d #6dadf8 #f86dad

Analogous Colors of #adf86d

#adf86d #6df873 #f3f86d

Monochromatic Colors of #adf86d

#adf86d

Complementary Color

#adf86d #b86df8

#adf86d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf86d Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf86d Color CSS Codes

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

#adf86d Text Font Color

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

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


#adf86d Background Color

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

This div background color is #adf86d


#adf86d Border Color

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

This div border color is #adf86d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf86d


Comments

No comments written yet.

Please login to write comment.