Color Hex Logo

#97fcbb Color Hex

#97FCBB
(151,252,187)
0 Favorites   0 Comments

Color spaces of #97fcbb

RGB 151252187
HSL0.390.940.79
HSV141°40°99°
CMYK 0.400.000.26   0.01
XYZ56.542579.788059.4342
Yxy79.78800.28880.4076
Hunter Lab89.3241-43.326123.0767
CIE-Lab91.5897-43.232822.0480

#97fcbb color RGB value is (151,252,187).

#97fcbb hex color red value is 151, green value is 252 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #97fcbb hue: 0.39 , saturation: 0.94 and the lightness value of 97fcbb is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 11111100 10111011
Octal 227 374 273
Decimal 151 252 187
Hex 97 FC BB

RGB Percentages of Color #97fcbb

%25.59
%42.71
%31.69

CMYK Percentages of Color #97fcbb

%40
%0
%26
%1

Triadic Colors of #97fcbb

#97fcbb #bb97fc #fcbb97

Analogous Colors of #97fcbb

#97fcbb #97fcee #a6fc97

Monochromatic Colors of #97fcbb

#97fcbb

Complementary Color

#97fcbb #fc97d8

#97fcbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97fcbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#97fcbb Color CSS Codes

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

#97fcbb Text Font Color

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

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


#97fcbb Background Color

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

This div background color is #97fcbb


#97fcbb Border Color

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

This div border color is #97fcbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97fcbb


Comments

No comments written yet.

Please login to write comment.