Color Hex Logo

#adf91f Color Hex

#ADF91F
(173,249,31)
0 Favorites   0 Comments

Color spaces of #adf91f

RGB 17324931
HSL0.220.950.55
HSV81°88°98°
CMYK 0.310.000.88   0.02
XYZ51.356676.734513.4008
Yxy76.73450.36300.5423
Hunter Lab87.5982-48.646952.2486
CIE-Lab90.1993-50.510383.6181

#adf91f color RGB value is (173,249,31).

#adf91f hex color red value is 173, green value is 249 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #adf91f hue: 0.22 , saturation: 0.95 and the lightness value of adf91f is 0.55.

The process color (four color CMYK) of #adf91f color hex is 0.31, 0.00, 0.88, 0.02. Web safe color of #adf91f is #99ff33. Color #adf91f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111001 00011111
Octal 255 371 37
Decimal 173 249 31
Hex AD F9 1F

RGB Percentages of Color #adf91f

%38.19
%54.97
%6.84

CMYK Percentages of Color #adf91f

%31
%0
%88
%2

Triadic Colors of #adf91f

#adf91f #1fadf9 #f91fad

Analogous Colors of #adf91f

#adf91f #40f91f #f9d81f

Monochromatic Colors of #adf91f

#adf91f

Complementary Color

#adf91f #6b1ff9

#adf91f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf91f Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf91f Color CSS Codes

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

#adf91f Text Font Color

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

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


#adf91f Background Color

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

This div background color is #adf91f


#adf91f Border Color

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

This div border color is #adf91f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf91f


Comments

No comments written yet.

Please login to write comment.