Color Hex Logo

#97d38d Color Hex

#97D38D
(151,211,141)
0 Favorites   0 Comments

Color spaces of #97d38d

RGB 151211141
HSL0.310.440.69
HSV111°33°83°
CMYK 0.280.000.33   0.17
XYZ40.864555.090933.6791
Yxy55.09090.31520.4250
Hunter Lab74.2232-31.615425.0532
CIE-Lab79.0936-32.511728.6963

#97d38d color RGB value is (151,211,141).

#97d38d hex color red value is 151, green value is 211 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #97d38d hue: 0.31 , saturation: 0.44 and the lightness value of 97d38d is 0.69.

The process color (four color CMYK) of #97d38d color hex is 0.28, 0.00, 0.33, 0.17. Web safe color of #97d38d is #99cc99. Color #97d38d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 11010011 10001101
Octal 227 323 215
Decimal 151 211 141
Hex 97 D3 8D

RGB Percentages of Color #97d38d

%30.02
%41.95
%28.03

CMYK Percentages of Color #97d38d

%28
%0
%33
%17

Triadic Colors of #97d38d

#97d38d #8d97d3 #d38d97

Analogous Colors of #97d38d

#97d38d #8dd3a6 #bad38d

Monochromatic Colors of #97d38d

#97d38d

Complementary Color

#97d38d #c98dd3

#97d38d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97d38d Color Preview on White Background

Lorem ipsum dolor sit amet.

#97d38d Color CSS Codes

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

#97d38d Text Font Color

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

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


#97d38d Background Color

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

This div background color is #97d38d


#97d38d Border Color

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

This div border color is #97d38d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,211,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #97d38d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #97d38d;
  -webkit-box-shadow: 1px 1px 3px 2px #97d38d;
  box-shadow:         1px 1px 3px 2px #97d38d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97d38d


Comments

No comments written yet.

Please login to write comment.