Color Hex Logo

#97f8dd Color Hex

#97F8DD
(151,248,221)
0 Favorites   0 Comments

Color spaces of #97f8dd

RGB 151248221
HSL0.450.870.78
HSV163°39°97°
CMYK 0.390.000.11   0.03
XYZ59.381078.934680.5128
Yxy78.93460.27140.3607
Hunter Lab88.8451-36.17588.4621
CIE-Lab91.2047-34.65133.9802

#97f8dd color RGB value is (151,248,221).

#97f8dd hex color red value is 151, green value is 248 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #97f8dd hue: 0.45 , saturation: 0.87 and the lightness value of 97f8dd is 0.78.

The process color (four color CMYK) of #97f8dd color hex is 0.39, 0.00, 0.11, 0.03. Web safe color of #97f8dd is #99ffcc. Color #97f8dd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 11111000 11011101
Octal 227 370 335
Decimal 151 248 221
Hex 97 F8 DD

RGB Percentages of Color #97f8dd

%24.35
%40.00
%35.65

CMYK Percentages of Color #97f8dd

%39
%0
%11
%3

Triadic Colors of #97f8dd

#97f8dd #dd97f8 #f8dd97

Analogous Colors of #97f8dd

#97f8dd #97e3f8 #97f8ad

Monochromatic Colors of #97f8dd

#97f8dd

Complementary Color

#97f8dd #f897b2

#97f8dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97f8dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#97f8dd Color CSS Codes

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

#97f8dd Text Font Color

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

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


#97f8dd Background Color

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

This div background color is #97f8dd


#97f8dd Border Color

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

This div border color is #97f8dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97f8dd


Comments

No comments written yet.

Please login to write comment.