Color Hex Logo

#97eafa Color Hex

#97EAFA
(151,234,250)
0 Favorites   0 Comments

Color spaces of #97eafa

RGB 151234250
HSL0.530.910.79
HSV190°40°98°
CMYK 0.400.060.00   0.02
XYZ59.440672.3271101.2701
Yxy72.32710.25510.3104
Hunter Lab85.0453-24.0706-11.0695
CIE-Lab88.1258-21.2372-15.6985

#97eafa color RGB value is (151,234,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 11101010 11111010
Octal 227 352 372
Decimal 151 234 250
Hex 97 EA FA

RGB Percentages of Color #97eafa

%23.78
%36.85
%39.37

CMYK Percentages of Color #97eafa

%40
%6
%0
%2

Triadic Colors of #97eafa

#97eafa #fa97ea #eafa97

Analogous Colors of #97eafa

#97eafa #97b9fa #97fad9

Monochromatic Colors of #97eafa

#97eafa

Complementary Color

#97eafa #faa797

#97eafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97eafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#97eafa Color CSS Codes

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

#97eafa Text Font Color

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

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


#97eafa Background Color

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

This div background color is #97eafa


#97eafa Border Color

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

This div border color is #97eafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97eafa


Comments

No comments written yet.

Please login to write comment.