Color Hex Logo

#adf21d Color Hex

#ADF21D
(173,242,29)
0 Favorites   0 Comments

Color spaces of #adf21d

RGB 17324229
HSL0.220.890.53
HSV79°88°95°
CMYK 0.290.000.88   0.05
XYZ49.207572.477212.5584
Yxy72.47720.36660.5399
Hunter Lab85.1335-45.810050.8474
CIE-Lab88.1978-47.644982.2971

#adf21d color RGB value is (173,242,29).

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

The process color (four color CMYK) of #adf21d color hex is 0.29, 0.00, 0.88, 0.05. Web safe color of #adf21d is #99ff33. Color #adf21d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11110010 00011101
Octal 255 362 35
Decimal 173 242 29
Hex AD F2 1D

RGB Percentages of Color #adf21d

%38.96
%54.50
%6.53

CMYK Percentages of Color #adf21d

%29
%0
%88
%5

Triadic Colors of #adf21d

#adf21d #1dadf2 #f21dad

Analogous Colors of #adf21d

#adf21d #43f21d #f2cd1d

Monochromatic Colors of #adf21d

#adf21d

Complementary Color

#adf21d #621df2

#adf21d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf21d Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf21d Color CSS Codes

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

#adf21d Text Font Color

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

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


#adf21d Background Color

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

This div background color is #adf21d


#adf21d Border Color

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

This div border color is #adf21d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf21d


Comments

No comments written yet.

Please login to write comment.