Color Hex Logo

#97ea5f Color Hex

#97EA5F
(151,234,95)
0 Favorites   0 Comments

Color spaces of #97ea5f

RGB 15123495
HSL0.270.770.65
HSV96°59°92°
CMYK 0.350.000.59   0.08
XYZ44.250966.251221.2820
Yxy66.25120.33580.5027
Hunter Lab81.3948-45.398141.4741
CIE-Lab85.1244-48.357658.2840

#97ea5f color RGB value is (151,234,95).

#97ea5f hex color red value is 151, green value is 234 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #97ea5f hue: 0.27 , saturation: 0.77 and the lightness value of 97ea5f is 0.65.

The process color (four color CMYK) of #97ea5f color hex is 0.35, 0.00, 0.59, 0.08. Web safe color of #97ea5f is #99ff66. Color #97ea5f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 11101010 01011111
Octal 227 352 137
Decimal 151 234 95
Hex 97 EA 5F

RGB Percentages of Color #97ea5f

%31.46
%48.75
%19.79

CMYK Percentages of Color #97ea5f

%35
%0
%59
%8

Triadic Colors of #97ea5f

#97ea5f #5f97ea #ea5f97

Analogous Colors of #97ea5f

#97ea5f #5fea6d #ddea5f

Monochromatic Colors of #97ea5f

#97ea5f

Complementary Color

#97ea5f #b25fea

#97ea5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97ea5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#97ea5f Color CSS Codes

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

#97ea5f Text Font Color

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

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


#97ea5f Background Color

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

This div background color is #97ea5f


#97ea5f Border Color

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

This div border color is #97ea5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97ea5f


Comments

No comments written yet.

Please login to write comment.