Color Hex Logo

#97faca Color Hex

#97FACA
(151,250,202)
0 Favorites   0 Comments

Color spaces of #97faca

RGB 151250202
HSL0.420.910.79
HSV151°40°98°
CMYK 0.400.000.19   0.02
XYZ57.608879.214868.1308
Yxy79.21480.28110.3865
Hunter Lab89.0027-40.217016.9159
CIE-Lab91.3314-39.492713.9905

#97faca color RGB value is (151,250,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 11111010 11001010
Octal 227 372 312
Decimal 151 250 202
Hex 97 FA CA

RGB Percentages of Color #97faca

%25.04
%41.46
%33.50

CMYK Percentages of Color #97faca

%40
%0
%19
%2

Triadic Colors of #97faca

#97faca #ca97fa #faca97

Analogous Colors of #97faca

#97faca #97f9fa #97fa99

Monochromatic Colors of #97faca

#97faca

Complementary Color

#97faca #fa97c7

#97faca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97faca Color Preview on White Background

Lorem ipsum dolor sit amet.

#97faca Color CSS Codes

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

#97faca Text Font Color

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

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


#97faca Background Color

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

This div background color is #97faca


#97faca Border Color

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

This div border color is #97faca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97faca


Comments

No comments written yet.

Please login to write comment.