Color Hex Logo

#adf91d Color Hex

#ADF91D
(173,249,29)
0 Favorites   0 Comments

Color spaces of #adf91d

RGB 17324929
HSL0.220.950.55
HSV81°88°98°
CMYK 0.310.000.88   0.02
XYZ51.331076.724313.2662
Yxy76.72430.36320.5429
Hunter Lab87.5924-48.681952.3350
CIE-Lab90.1946-50.557783.9442

#adf91d color RGB value is (173,249,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111001 00011101
Octal 255 371 35
Decimal 173 249 29
Hex AD F9 1D

RGB Percentages of Color #adf91d

%38.36
%55.21
%6.43

CMYK Percentages of Color #adf91d

%31
%0
%88
%2

Triadic Colors of #adf91d

#adf91d #1dadf9 #f91dad

Analogous Colors of #adf91d

#adf91d #3ff91d #f9d71d

Monochromatic Colors of #adf91d

#adf91d

Complementary Color

#adf91d #691df9

#adf91d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf91d Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf91d Color CSS Codes

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

#adf91d Text Font Color

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

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


#adf91d Background Color

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

This div background color is #adf91d


#adf91d Border Color

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

This div border color is #adf91d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf91d


Comments

No comments written yet.

Please login to write comment.