Color Hex Logo

#adf85d Color Hex

#ADF85D
(173,248,93)
0 Favorites   0 Comments

Color spaces of #adf85d

RGB 17324893
HSL0.250.920.67
HSV89°63°97°
CMYK 0.300.000.63   0.03
XYZ52.776876.809422.4000
Yxy76.80940.34720.5054
Hunter Lab87.6410-45.880246.1949
CIE-Lab90.2338-46.939365.0954

#adf85d color RGB value is (173,248,93).

#adf85d hex color red value is 173, green value is 248 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #adf85d hue: 0.25 , saturation: 0.92 and the lightness value of adf85d is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111000 01011101
Octal 255 370 135
Decimal 173 248 93
Hex AD F8 5D

RGB Percentages of Color #adf85d

%33.66
%48.25
%18.09

CMYK Percentages of Color #adf85d

%30
%0
%63
%3

Triadic Colors of #adf85d

#adf85d #5dadf8 #f85dad

Analogous Colors of #adf85d

#adf85d #60f85d #f8f65d

Monochromatic Colors of #adf85d

#adf85d

Complementary Color

#adf85d #a85df8

#adf85d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf85d Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf85d Color CSS Codes

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

#adf85d Text Font Color

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

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


#adf85d Background Color

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

This div background color is #adf85d


#adf85d Border Color

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

This div border color is #adf85d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf85d


Comments

No comments written yet.

Please login to write comment.