Color Hex Logo

#97d6fa Color Hex

#97D6FA
(151,214,250)
0 Favorites   0 Comments

Color spaces of #97d6fa

RGB 151214250
HSL0.560.910.79
HSV202°40°98°
CMYK 0.400.140.00   0.02
XYZ54.064461.574699.4781
Yxy61.57460.25130.2862
Hunter Lab78.4695-14.3375-20.2351
CIE-Lab82.6867-11.0933-23.9179

#97d6fa color RGB value is (151,214,250).

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

The process color (four color CMYK) of #97d6fa color hex is 0.40, 0.14, 0.00, 0.02. Web safe color of #97d6fa is #99ccff. Color #97d6fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 11010110 11111010
Octal 227 326 372
Decimal 151 214 250
Hex 97 D6 FA

RGB Percentages of Color #97d6fa

%24.55
%34.80
%40.65

CMYK Percentages of Color #97d6fa

%40
%14
%0
%2

Triadic Colors of #97d6fa

#97d6fa #fa97d6 #d6fa97

Analogous Colors of #97d6fa

#97d6fa #97a5fa #97faed

Monochromatic Colors of #97d6fa

#97d6fa

Complementary Color

#97d6fa #fabb97

#97d6fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97d6fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#97d6fa Color CSS Codes

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

#97d6fa Text Font Color

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

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


#97d6fa Background Color

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

This div background color is #97d6fa


#97d6fa Border Color

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

This div border color is #97d6fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,214,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 #97d6fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97d6fa


Comments

No comments written yet.

Please login to write comment.