Color Hex Logo

#adf95f Color Hex

#ADF95F
(173,249,95)
0 Favorites   0 Comments

Color spaces of #adf95f

RGB 17324995
HSL0.250.930.67
HSV90°62°98°
CMYK 0.310.000.62   0.02
XYZ53.174877.461822.9755
Yxy77.46180.34620.5043
Hunter Lab88.0124-46.176646.1311
CIE-Lab90.5337-47.201764.6100

#adf95f color RGB value is (173,249,95).

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

The process color (four color CMYK) of #adf95f color hex is 0.31, 0.00, 0.62, 0.02. Web safe color of #adf95f is #99ff66. Color #adf95f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111001 01011111
Octal 255 371 137
Decimal 173 249 95
Hex AD F9 5F

RGB Percentages of Color #adf95f

%33.46
%48.16
%18.38

CMYK Percentages of Color #adf95f

%31
%0
%62
%2

Triadic Colors of #adf95f

#adf95f #5fadf9 #f95fad

Analogous Colors of #adf95f

#adf95f #60f95f #f9f85f

Monochromatic Colors of #adf95f

#adf95f

Complementary Color

#adf95f #ab5ff9

#adf95f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf95f Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf95f Color CSS Codes

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

#adf95f Text Font Color

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

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


#adf95f Background Color

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

This div background color is #adf95f


#adf95f Border Color

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

This div border color is #adf95f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf95f


Comments

No comments written yet.

Please login to write comment.