Color Hex Logo

#97eeef Color Hex

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

Color spaces of #97eeef

RGB 151238239
HSL0.500.730.76
HSV181°37°94°
CMYK 0.370.000.00   0.06
XYZ58.917073.960492.8319
Yxy73.96040.26100.3277
Hunter Lab86.0002-28.2137-3.7997
CIE-Lab88.9038-25.8497-8.7769

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

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

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

Base Numbers

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

RGB Percentages of Color #97eeef

%24.04
%37.90
%38.06

CMYK Percentages of Color #97eeef

%37
%0
%0
%6

Triadic Colors of #97eeef

#97eeef #ef97ee #eeef97

Analogous Colors of #97eeef

#97eeef #97c2ef #97efc4

Monochromatic Colors of #97eeef

#97eeef

Complementary Color

#97eeef #ef9897

#97eeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97eeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#97eeef Color CSS Codes

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

#97eeef Text Font Color

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

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


#97eeef Background Color

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

This div background color is #97eeef


#97eeef Border Color

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

This div border color is #97eeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97eeef


Comments

No comments written yet.

Please login to write comment.