Color Hex Logo

#97fcfa Color Hex

#97FCFA
(151,252,250)
0 Favorites   0 Comments

Color spaces of #97fcfa

RGB 151252250
HSL0.500.940.79
HSV179°40°99°
CMYK 0.400.000.01   0.01
XYZ64.828283.1022103.0660
Yxy83.10220.25830.3311
Hunter Lab91.1604-32.5915-3.2210
CIE-Lab93.0592-29.9551-8.3400

#97fcfa color RGB value is (151,252,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 11111100 11111010
Octal 227 374 372
Decimal 151 252 250
Hex 97 FC FA

RGB Percentages of Color #97fcfa

%23.12
%38.59
%38.28

CMYK Percentages of Color #97fcfa

%40
%0
%1
%1

Triadic Colors of #97fcfa

#97fcfa #fa97fc #fcfa97

Analogous Colors of #97fcfa

#97fcfa #97ccfc #97fcc8

Monochromatic Colors of #97fcfa

#97fcfa

Complementary Color

#97fcfa #fc9799

#97fcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97fcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#97fcfa Color CSS Codes

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

#97fcfa Text Font Color

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

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


#97fcfa Background Color

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

This div background color is #97fcfa


#97fcfa Border Color

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

This div border color is #97fcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97fcfa

Related Colors


Comments

No comments written yet.

Please login to write comment.