Color Hex Logo

#97effc Color Hex

#97EFFC
(151,239,252)
0 Favorites   0 Comments

Color spaces of #97effc

RGB 151239252
HSL0.520.940.79
HSV188°40°99°
CMYK 0.400.050.00   0.01
XYZ61.199775.3406103.4121
Yxy75.34060.25500.3140
Hunter Lab86.7990-26.0425-9.8787
CIE-Lab89.5523-23.2089-14.6058

#97effc color RGB value is (151,239,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 11101111 11111100
Octal 227 357 374
Decimal 151 239 252
Hex 97 EF FC

RGB Percentages of Color #97effc

%23.52
%37.23
%39.25

CMYK Percentages of Color #97effc

%40
%5
%0
%1

Triadic Colors of #97effc

#97effc #fc97ef #effc97

Analogous Colors of #97effc

#97effc #97bdfc #97fcd7

Monochromatic Colors of #97effc

#97effc

Complementary Color

#97effc #fca497

#97effc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97effc Color Preview on White Background

Lorem ipsum dolor sit amet.

#97effc Color CSS Codes

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

#97effc Text Font Color

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

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


#97effc Background Color

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

This div background color is #97effc


#97effc Border Color

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

This div border color is #97effc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97effc


Comments

No comments written yet.

Please login to write comment.