Color Hex Logo

#97eedf Color Hex

#97EEDF
(151,238,223)
0 Favorites   0 Comments

Color spaces of #97eedf

RGB 151238223
HSL0.470.720.76
HSV170°37°93°
CMYK 0.370.000.06   0.07
XYZ56.656373.056180.9272
Yxy73.05610.26900.3468
Hunter Lab85.4729-31.25753.6942
CIE-Lab88.4745-29.5233-1.0368

#97eedf color RGB value is (151,238,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 11101110 11011111
Octal 227 356 337
Decimal 151 238 223
Hex 97 EE DF

RGB Percentages of Color #97eedf

%24.67
%38.89
%36.44

CMYK Percentages of Color #97eedf

%37
%0
%6
%7

Triadic Colors of #97eedf

#97eedf #df97ee #eedf97

Analogous Colors of #97eedf

#97eedf #97d2ee #97eeb4

Monochromatic Colors of #97eedf

#97eedf

Complementary Color

#97eedf #ee97a6

#97eedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97eedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#97eedf Color CSS Codes

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

#97eedf Text Font Color

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

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


#97eedf Background Color

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

This div background color is #97eedf


#97eedf Border Color

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

This div border color is #97eedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97eedf


Comments

No comments written yet.

Please login to write comment.