Color Hex Logo

#ade21f Color Hex

#ADE21F
(173,226,31)
0 Favorites   0 Comments

Color spaces of #ade21f

RGB 17322631
HSL0.210.770.50
HSV76°86°89°
CMYK 0.230.000.86   0.11
XYZ44.677363.375911.1744
Yxy63.37590.37470.5316
Hunter Lab79.6090-39.139947.4040
CIE-Lab83.6398-40.717678.1549

#ade21f color RGB value is (173,226,31).

#ade21f hex color red value is 173, green value is 226 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ade21f hue: 0.21 , saturation: 0.77 and the lightness value of ade21f is 0.50.

The process color (four color CMYK) of #ade21f color hex is 0.23, 0.00, 0.86, 0.11. Web safe color of #ade21f is #99cc33. Color #ade21f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100010 00011111
Octal 255 342 37
Decimal 173 226 31
Hex AD E2 1F

RGB Percentages of Color #ade21f

%40.23
%52.56
%7.21

CMYK Percentages of Color #ade21f

%23
%0
%86
%11

Triadic Colors of #ade21f

#ade21f #1fade2 #e21fad

Analogous Colors of #ade21f

#ade21f #4ce21f #e2b61f

Monochromatic Colors of #ade21f

#ade21f

Complementary Color

#ade21f #541fe2

#ade21f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade21f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade21f Color CSS Codes

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

#ade21f Text Font Color

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

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


#ade21f Background Color

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

This div background color is #ade21f


#ade21f Border Color

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

This div border color is #ade21f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade21f


Comments

No comments written yet.

Please login to write comment.