Color Hex Logo

#9ad371 Color Hex

#9AD371
(154,211,113)
0 Favorites   0 Comments

Color spaces of #9ad371

RGB 154211113
HSL0.260.530.64
HSV95°46°83°
CMYK 0.270.000.46   0.17
XYZ39.601354.650824.0842
Yxy54.65080.33470.4618
Hunter Lab73.9262-33.750732.4324
CIE-Lab78.8397-35.346542.5626

#9ad371 color RGB value is (154,211,113).

#9ad371 hex color red value is 154, green value is 211 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #9ad371 hue: 0.26 , saturation: 0.53 and the lightness value of 9ad371 is 0.64.

The process color (four color CMYK) of #9ad371 color hex is 0.27, 0.00, 0.46, 0.17. Web safe color of #9ad371 is #99cc66. Color #9ad371 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11010011 01110001
Octal 232 323 161
Decimal 154 211 113
Hex 9A D3 71

RGB Percentages of Color #9ad371

%32.22
%44.14
%23.64

CMYK Percentages of Color #9ad371

%27
%0
%46
%17

Triadic Colors of #9ad371

#9ad371 #719ad3 #d3719a

Analogous Colors of #9ad371

#9ad371 #71d379 #cbd371

Monochromatic Colors of #9ad371

#9ad371

Complementary Color

#9ad371 #aa71d3

#9ad371 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ad371 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ad371 Color CSS Codes

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

#9ad371 Text Font Color

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

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


#9ad371 Background Color

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

This div background color is #9ad371


#9ad371 Border Color

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

This div border color is #9ad371


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ad371


Comments

No comments written yet.

Please login to write comment.