Color Hex Logo

#97dde8 Color Hex

#97DDE8
(151,221,232)
0 Favorites   0 Comments

Color spaces of #97dde8

RGB 151221232
HSL0.520.640.75
HSV188°35°91°
CMYK 0.350.050.00   0.09
XYZ53.184464.118485.9169
Yxy64.11840.26170.3155
Hunter Lab80.0740-21.5714-7.5646
CIE-Lab84.0274-19.1322-12.3536

#97dde8 color RGB value is (151,221,232).

#97dde8 hex color red value is 151, green value is 221 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #97dde8 hue: 0.52 , saturation: 0.64 and the lightness value of 97dde8 is 0.75.

The process color (four color CMYK) of #97dde8 color hex is 0.35, 0.05, 0.00, 0.09. Web safe color of #97dde8 is #99ccff. Color #97dde8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 11011101 11101000
Octal 227 335 350
Decimal 151 221 232
Hex 97 DD E8

RGB Percentages of Color #97dde8

%25.00
%36.59
%38.41

CMYK Percentages of Color #97dde8

%35
%5
%0
%9

Triadic Colors of #97dde8

#97dde8 #e897dd #dde897

Analogous Colors of #97dde8

#97dde8 #97b5e8 #97e8cb

Monochromatic Colors of #97dde8

#97dde8

Complementary Color

#97dde8 #e8a297

#97dde8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97dde8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#97dde8 Color CSS Codes

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

#97dde8 Text Font Color

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

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


#97dde8 Background Color

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

This div background color is #97dde8


#97dde8 Border Color

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

This div border color is #97dde8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97dde8


Comments

No comments written yet.

Please login to write comment.