Color Hex Logo

#97effe Color Hex

#97EFFE
(151,239,254)
0 Favorites   0 Comments

Color spaces of #97effe

RGB 151239254
HSL0.520.980.79
HSV189°41°100°
CMYK 0.410.060.00   0.00
XYZ61.518475.4681105.0904
Yxy75.46810.25410.3118
Hunter Lab86.8724-25.6224-10.9131
CIE-Lab89.6118-22.7172-15.5611

#97effe color RGB value is (151,239,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 11101111 11111110
Octal 227 357 376
Decimal 151 239 254
Hex 97 EF FE

RGB Percentages of Color #97effe

%23.45
%37.11
%39.44

CMYK Percentages of Color #97effe

%41
%6
%0
%0

Triadic Colors of #97effe

#97effe #fe97ef #effe97

Analogous Colors of #97effe

#97effe #97bcfe #97feda

Monochromatic Colors of #97effe

#97effe

Complementary Color

#97effe #fea697

#97effe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97effe Color Preview on White Background

Lorem ipsum dolor sit amet.

#97effe Color CSS Codes

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

#97effe Text Font Color

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

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


#97effe Background Color

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

This div background color is #97effe


#97effe Border Color

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

This div border color is #97effe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97effe

Related Colors


Comments

No comments written yet.

Please login to write comment.