Color Hex Logo

#9ad21d Color Hex

#9AD21D
(154,210,29)
0 Favorites   0 Comments

Color spaces of #9ad21d

RGB 15421029
HSL0.220.760.47
HSV79°86°82°
CMYK 0.270.000.86   0.18
XYZ36.594853.05199.4737
Yxy53.05190.36920.5352
Hunter Lab72.8367-37.781943.2740
CIE-Lab77.9056-41.020773.2826

#9ad21d color RGB value is (154,210,29).

#9ad21d hex color red value is 154, green value is 210 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #9ad21d hue: 0.22 , saturation: 0.76 and the lightness value of 9ad21d is 0.47.

The process color (four color CMYK) of #9ad21d color hex is 0.27, 0.00, 0.86, 0.18. Web safe color of #9ad21d is #99cc33. Color #9ad21d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11010010 00011101
Octal 232 322 35
Decimal 154 210 29
Hex 9A D2 1D

RGB Percentages of Color #9ad21d

%39.19
%53.44
%7.38

CMYK Percentages of Color #9ad21d

%27
%0
%86
%18

Triadic Colors of #9ad21d

#9ad21d #1d9ad2 #d21d9a

Analogous Colors of #9ad21d

#9ad21d #3fd21d #d2b01d

Monochromatic Colors of #9ad21d

#9ad21d

Complementary Color

#9ad21d #551dd2

#9ad21d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ad21d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ad21d Color CSS Codes

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

#9ad21d Text Font Color

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

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


#9ad21d Background Color

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

This div background color is #9ad21d


#9ad21d Border Color

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

This div border color is #9ad21d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(154,210,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9ad21d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9ad21d;
  -webkit-box-shadow: 1px 1px 3px 2px #9ad21d;
  box-shadow:         1px 1px 3px 2px #9ad21d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,210,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 #9ad21d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ad21d


Comments

No comments written yet.

Please login to write comment.