Color Hex Logo

#97fcbe Color Hex

#97FCBE
(151,252,190)
0 Favorites   0 Comments

Color spaces of #97fcbe

RGB 151252190
HSL0.400.940.79
HSV143°40°99°
CMYK 0.400.000.25   0.01
XYZ56.867279.917861.1437
Yxy79.91780.28730.4038
Hunter Lab89.3968-42.896622.0258
CIE-Lab91.6480-42.680820.5962

#97fcbe color RGB value is (151,252,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 11111100 10111110
Octal 227 374 276
Decimal 151 252 190
Hex 97 FC BE

RGB Percentages of Color #97fcbe

%25.46
%42.50
%32.04

CMYK Percentages of Color #97fcbe

%40
%0
%25
%1

Triadic Colors of #97fcbe

#97fcbe #be97fc #fcbe97

Analogous Colors of #97fcbe

#97fcbe #97fcf1 #a3fc97

Monochromatic Colors of #97fcbe

#97fcbe

Complementary Color

#97fcbe #fc97d5

#97fcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97fcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#97fcbe Color CSS Codes

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

#97fcbe Text Font Color

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

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


#97fcbe Background Color

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

This div background color is #97fcbe


#97fcbe Border Color

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

This div border color is #97fcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97fcbe


Comments

No comments written yet.

Please login to write comment.