Color Hex Logo

#97ed91 Color Hex

#97ED91
(151,237,145)
0 Favorites   0 Comments

Color spaces of #97ed91

RGB 151237145
HSL0.320.720.75
HSV116°39°93°
CMYK 0.360.000.39   0.07
XYZ48.157569.192037.6053
Yxy69.19200.31080.4465
Hunter Lab83.1817-42.226731.4230
CIE-Lab86.5990-43.630036.5727

#97ed91 color RGB value is (151,237,145).

#97ed91 hex color red value is 151, green value is 237 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #97ed91 hue: 0.32 , saturation: 0.72 and the lightness value of 97ed91 is 0.75.

The process color (four color CMYK) of #97ed91 color hex is 0.36, 0.00, 0.39, 0.07. Web safe color of #97ed91 is #99ff99. Color #97ed91 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 11101101 10010001
Octal 227 355 221
Decimal 151 237 145
Hex 97 ED 91

RGB Percentages of Color #97ed91

%28.33
%44.47
%27.20

CMYK Percentages of Color #97ed91

%36
%0
%39
%7

Triadic Colors of #97ed91

#97ed91 #9197ed #ed9197

Analogous Colors of #97ed91

#97ed91 #91edb9 #c5ed91

Monochromatic Colors of #97ed91

#97ed91

Complementary Color

#97ed91 #e791ed

#97ed91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97ed91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#97ed91 Color CSS Codes

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

#97ed91 Text Font Color

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

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


#97ed91 Background Color

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

This div background color is #97ed91


#97ed91 Border Color

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

This div border color is #97ed91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97ed91


Comments

No comments written yet.

Please login to write comment.