Color Hex Logo

#97efee Color Hex

#97EFEE
(151,239,238)
0 Favorites   0 Comments

Color spaces of #97efee

RGB 151239238
HSL0.500.730.76
HSV179°37°94°
CMYK 0.370.000.00   0.06
XYZ59.061674.485492.1532
Yxy74.48540.26170.3300
Hunter Lab86.3049-28.8796-2.8942
CIE-Lab89.1514-26.5686-7.8866

#97efee color RGB value is (151,239,238).

#97efee hex color red value is 151, green value is 239 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #97efee hue: 0.50 , saturation: 0.73 and the lightness value of 97efee is 0.76.

The process color (four color CMYK) of #97efee color hex is 0.37, 0.00, 0.00, 0.06. Web safe color of #97efee is #99ffff. Color #97efee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 11101111 11101110
Octal 227 357 356
Decimal 151 239 238
Hex 97 EF EE

RGB Percentages of Color #97efee

%24.04
%38.06
%37.90

CMYK Percentages of Color #97efee

%37
%0
%0
%6

Triadic Colors of #97efee

#97efee #ee97ef #efee97

Analogous Colors of #97efee

#97efee #97c4ef #97efc2

Monochromatic Colors of #97efee

#97efee

Complementary Color

#97efee #ef9798

#97efee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97efee Color Preview on White Background

Lorem ipsum dolor sit amet.

#97efee Color CSS Codes

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

#97efee Text Font Color

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

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


#97efee Background Color

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

This div background color is #97efee


#97efee Border Color

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

This div border color is #97efee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97efee


Comments

No comments written yet.

Please login to write comment.