Color Hex Logo

#97ffee Color Hex

#97FFEE
(151,255,238)
0 Favorites   0 Comments

Color spaces of #97ffee

RGB 151255238
HSL0.471.000.80
HSV170°41°100°
CMYK 0.410.000.07   0.00
XYZ63.955184.272493.7843
Yxy84.27240.26430.3482
Hunter Lab91.8000-36.29293.6884
CIE-Lab93.5687-34.1361-1.3803

#97ffee color RGB value is (151,255,238).

#97ffee hex color red value is 151, green value is 255 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #97ffee hue: 0.47 , saturation: 1.00 and the lightness value of 97ffee is 0.80.

The process color (four color CMYK) of #97ffee color hex is 0.41, 0.00, 0.07, 0.00. Web safe color of #97ffee is #99ffff. Color #97ffee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 11111111 11101110
Octal 227 377 356
Decimal 151 255 238
Hex 97 FF EE

RGB Percentages of Color #97ffee

%23.45
%39.60
%36.96

CMYK Percentages of Color #97ffee

%41
%0
%7
%0

Triadic Colors of #97ffee

#97ffee #ee97ff #ffee97

Analogous Colors of #97ffee

#97ffee #97dcff #97ffba

Monochromatic Colors of #97ffee

#97ffee

Complementary Color

#97ffee #ff97a8

#97ffee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97ffee Color Preview on White Background

Lorem ipsum dolor sit amet.

#97ffee Color CSS Codes

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

#97ffee Text Font Color

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

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


#97ffee Background Color

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

This div background color is #97ffee


#97ffee Border Color

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

This div border color is #97ffee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97ffee

Related Colors


Comments

No comments written yet.

Please login to write comment.