Color Hex Logo

#97eefa Color Hex

#97EEFA
(151,238,250)
0 Favorites   0 Comments

Color spaces of #97eefa

RGB 151238250
HSL0.520.910.79
HSV187°40°98°
CMYK 0.400.050.00   0.02
XYZ60.592474.6305101.6541
Yxy74.63050.25580.3151
Hunter Lab86.3889-25.9824-9.2944
CIE-Lab89.2196-23.2079-14.0590

#97eefa color RGB value is (151,238,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 11101110 11111010
Octal 227 356 372
Decimal 151 238 250
Hex 97 EE FA

RGB Percentages of Color #97eefa

%23.63
%37.25
%39.12

CMYK Percentages of Color #97eefa

%40
%5
%0
%2

Triadic Colors of #97eefa

#97eefa #fa97ee #eefa97

Analogous Colors of #97eefa

#97eefa #97bdfa #97fad5

Monochromatic Colors of #97eefa

#97eefa

Complementary Color

#97eefa #faa397

#97eefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97eefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#97eefa Color CSS Codes

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

#97eefa Text Font Color

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

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


#97eefa Background Color

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

This div background color is #97eefa


#97eefa Border Color

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

This div border color is #97eefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97eefa


Comments

No comments written yet.

Please login to write comment.