Color Hex Logo

#9adc4c Color Hex

#9ADC4C
(154,220,76)
0 Favorites   0 Comments

Color spaces of #9adc4c

RGB 15422076
HSL0.240.670.58
HSV88°65°86°
CMYK 0.300.000.65   0.14
XYZ40.224158.578216.0242
Yxy58.57820.35030.5101
Hunter Lab76.5364-40.127141.1621
CIE-Lab81.0592-42.965761.7504

#9adc4c color RGB value is (154,220,76).

#9adc4c hex color red value is 154, green value is 220 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #9adc4c hue: 0.24 , saturation: 0.67 and the lightness value of 9adc4c is 0.58.

The process color (four color CMYK) of #9adc4c color hex is 0.30, 0.00, 0.65, 0.14. Web safe color of #9adc4c is #99cc33. Color #9adc4c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11011100 01001100
Octal 232 334 114
Decimal 154 220 76
Hex 9A DC 4C

RGB Percentages of Color #9adc4c

%34.22
%48.89
%16.89

CMYK Percentages of Color #9adc4c

%30
%0
%65
%14

Triadic Colors of #9adc4c

#9adc4c #4c9adc #dc4c9a

Analogous Colors of #9adc4c

#9adc4c #52dc4c #dcd64c

Monochromatic Colors of #9adc4c

#9adc4c

Complementary Color

#9adc4c #8e4cdc

#9adc4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9adc4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#9adc4c Color CSS Codes

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

#9adc4c Text Font Color

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

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


#9adc4c Background Color

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

This div background color is #9adc4c


#9adc4c Border Color

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

This div border color is #9adc4c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,220,76, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9adc4c


Comments

No comments written yet.

Please login to write comment.