Color Hex Logo

#adff1d Color Hex

#ADFF1D
(173,255,29)
0 Favorites   0 Comments

Color spaces of #adff1d

RGB 17325529
HSL0.231.000.56
HSV82°89°100°
CMYK 0.320.000.89   0.00
XYZ53.215480.492913.8943
Yxy80.49290.36050.5453
Hunter Lab89.7178-51.130453.6204
CIE-Lab91.9056-53.009985.3535

#adff1d color RGB value is (173,255,29).

#adff1d hex color red value is 173, green value is 255 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #adff1d hue: 0.23 , saturation: 1.00 and the lightness value of adff1d is 0.56.

The process color (four color CMYK) of #adff1d color hex is 0.32, 0.00, 0.89, 0.00. Web safe color of #adff1d is #99ff33. Color #adff1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111111 00011101
Octal 255 377 35
Decimal 173 255 29
Hex AD FF 1D

RGB Percentages of Color #adff1d

%37.86
%55.80
%6.35

CMYK Percentages of Color #adff1d

%32
%0
%89
%0

Triadic Colors of #adff1d

#adff1d #1dadff #ff1dad

Analogous Colors of #adff1d

#adff1d #3cff1d #ffe01d

Monochromatic Colors of #adff1d

#adff1d

Complementary Color

#adff1d #6f1dff

#adff1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adff1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#adff1d Color CSS Codes

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

#adff1d Text Font Color

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

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


#adff1d Background Color

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

This div background color is #adff1d


#adff1d Border Color

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

This div border color is #adff1d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,255,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 #adff1d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adff1d


Comments

No comments written yet.

Please login to write comment.