Color Hex Logo

#97fcce Color Hex

#97FCCE
(151,252,206)
0 Favorites   0 Comments

Color spaces of #97fcce

RGB 151252206
HSL0.420.940.79
HSV153°40°99°
CMYK 0.400.000.18   0.01
XYZ58.713580.656370.8662
Yxy80.65630.27930.3836
Hunter Lab89.8089-40.469216.0818
CIE-Lab91.9785-39.594412.8468

#97fcce color RGB value is (151,252,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 11111100 11001110
Octal 227 374 316
Decimal 151 252 206
Hex 97 FC CE

RGB Percentages of Color #97fcce

%24.79
%41.38
%33.83

CMYK Percentages of Color #97fcce

%40
%0
%18
%1

Triadic Colors of #97fcce

#97fcce #ce97fc #fcce97

Analogous Colors of #97fcce

#97fcce #97f8fc #97fc9c

Monochromatic Colors of #97fcce

#97fcce

Complementary Color

#97fcce #fc97c5

#97fcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97fcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#97fcce Color CSS Codes

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

#97fcce Text Font Color

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

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


#97fcce Background Color

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

This div background color is #97fcce


#97fcce Border Color

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

This div border color is #97fcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97fcce


Comments

No comments written yet.

Please login to write comment.