Color Hex Logo

#97ffbf Color Hex

#97FFBF
(151,255,191)
0 Favorites   0 Comments

Color spaces of #97ffbf

RGB 151255191
HSL0.401.000.80
HSV143°41°100°
CMYK 0.410.000.25   0.00
XYZ57.926581.860962.0379
Yxy81.86090.28700.4056
Hunter Lab90.4770-44.052922.6802
CIE-Lab92.5134-43.811221.2879

#97ffbf color RGB value is (151,255,191).

#97ffbf hex color red value is 151, green value is 255 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #97ffbf hue: 0.40 , saturation: 1.00 and the lightness value of 97ffbf is 0.80.

The process color (four color CMYK) of #97ffbf color hex is 0.41, 0.00, 0.25, 0.00. Web safe color of #97ffbf is #99ffcc. Color #97ffbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 11111111 10111111
Octal 227 377 277
Decimal 151 255 191
Hex 97 FF BF

RGB Percentages of Color #97ffbf

%25.29
%42.71
%31.99

CMYK Percentages of Color #97ffbf

%41
%0
%25
%0

Triadic Colors of #97ffbf

#97ffbf #bf97ff #ffbf97

Analogous Colors of #97ffbf

#97ffbf #97fff3 #a3ff97

Monochromatic Colors of #97ffbf

#97ffbf

Complementary Color

#97ffbf #ff97d7

#97ffbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97ffbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#97ffbf Color CSS Codes

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

#97ffbf Text Font Color

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

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


#97ffbf Background Color

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

This div background color is #97ffbf


#97ffbf Border Color

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

This div border color is #97ffbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97ffbf

Related Colors


Comments

No comments written yet.

Please login to write comment.