Color Hex Logo

#97ee94 Color Hex

#97EE94
(151,238,148)
0 Favorites   0 Comments

Color spaces of #97ee94

RGB 151238148
HSL0.330.730.76
HSV118°38°93°
CMYK 0.370.000.38   0.07
XYZ48.682369.866538.9367
Yxy69.86650.30910.4436
Hunter Lab83.5862-42.313830.8914
CIE-Lab86.9313-43.619635.5088

#97ee94 color RGB value is (151,238,148).

#97ee94 hex color red value is 151, green value is 238 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #97ee94 hue: 0.33 , saturation: 0.73 and the lightness value of 97ee94 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 11101110 10010100
Octal 227 356 224
Decimal 151 238 148
Hex 97 EE 94

RGB Percentages of Color #97ee94

%28.12
%44.32
%27.56

CMYK Percentages of Color #97ee94

%37
%0
%38
%7

Triadic Colors of #97ee94

#97ee94 #9497ee #ee9497

Analogous Colors of #97ee94

#97ee94 #94eebe #c4ee94

Monochromatic Colors of #97ee94

#97ee94

Complementary Color

#97ee94 #eb94ee

#97ee94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97ee94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#97ee94 Color CSS Codes

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

#97ee94 Text Font Color

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

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


#97ee94 Background Color

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

This div background color is #97ee94


#97ee94 Border Color

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

This div border color is #97ee94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97ee94


Comments

No comments written yet.

Please login to write comment.