Color Hex Logo

#97ddff Color Hex

#97DDFF
(151,221,255)
0 Favorites   0 Comments

Color spaces of #97ddff

RGB 151221255
HSL0.551.000.80
HSV200°41°100°
CMYK 0.410.130.00   0.00
XYZ56.668965.5122104.2661
Yxy65.51220.25030.2893
Hunter Lab80.9396-16.6697-19.7194
CIE-Lab84.7470-13.4254-23.4306

#97ddff color RGB value is (151,221,255).

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

The process color (four color CMYK) of #97ddff color hex is 0.41, 0.13, 0.00, 0.00. Web safe color of #97ddff is #99ccff. Color #97ddff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 11011101 11111111
Octal 227 335 377
Decimal 151 221 255
Hex 97 DD FF

RGB Percentages of Color #97ddff

%24.08
%35.25
%40.67

CMYK Percentages of Color #97ddff

%41
%13
%0
%0

Triadic Colors of #97ddff

#97ddff #ff97dd #ddff97

Analogous Colors of #97ddff

#97ddff #97a9ff #97ffed

Monochromatic Colors of #97ddff

#97ddff

Complementary Color

#97ddff #ffb997

#97ddff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97ddff Color Preview on White Background

Lorem ipsum dolor sit amet.

#97ddff Color CSS Codes

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

#97ddff Text Font Color

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

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


#97ddff Background Color

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

This div background color is #97ddff


#97ddff Border Color

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

This div border color is #97ddff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97ddff

Related Colors

#97ddff Color Palettes


Comments

No comments written yet.

Please login to write comment.