Color Hex Logo

#97ffbc Color Hex

#97FFBC
(151,255,188)
0 Favorites   0 Comments

Color spaces of #97ffbc

RGB 151255188
HSL0.391.000.80
HSV141°41°100°
CMYK 0.410.000.26   0.00
XYZ57.599681.730160.3166
Yxy81.73010.28850.4094
Hunter Lab90.4047-44.480423.7259
CIE-Lab92.4556-44.360922.7360

#97ffbc color RGB value is (151,255,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 11111111 10111100
Octal 227 377 274
Decimal 151 255 188
Hex 97 FF BC

RGB Percentages of Color #97ffbc

%25.42
%42.93
%31.65

CMYK Percentages of Color #97ffbc

%41
%0
%26
%0

Triadic Colors of #97ffbc

#97ffbc #bc97ff #ffbc97

Analogous Colors of #97ffbc

#97ffbc #97fff0 #a6ff97

Monochromatic Colors of #97ffbc

#97ffbc

Complementary Color

#97ffbc #ff97da

#97ffbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97ffbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#97ffbc Color CSS Codes

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

#97ffbc Text Font Color

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

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


#97ffbc Background Color

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

This div background color is #97ffbc


#97ffbc Border Color

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

This div border color is #97ffbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97ffbc

Related Colors

#97ffbc Color Palettes


Comments

No comments written yet.

Please login to write comment.