Color Hex Logo

#97ddce Color Hex

#97DDCE
(151,221,206)
0 Favorites   0 Comments

Color spaces of #97ddce

RGB 151221206
HSL0.460.510.73
HSV167°32°87°
CMYK 0.320.000.07   0.13
XYZ49.759562.748467.8816
Yxy62.74840.27580.3478
Hunter Lab79.2139-26.49664.6417
CIE-Lab83.3098-25.08050.3690

#97ddce color RGB value is (151,221,206).

#97ddce hex color red value is 151, green value is 221 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #97ddce hue: 0.46 , saturation: 0.51 and the lightness value of 97ddce is 0.73.

The process color (four color CMYK) of #97ddce color hex is 0.32, 0.00, 0.07, 0.13. Web safe color of #97ddce is #99cccc. Color #97ddce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 11011101 11001110
Octal 227 335 316
Decimal 151 221 206
Hex 97 DD CE

RGB Percentages of Color #97ddce

%26.12
%38.24
%35.64

CMYK Percentages of Color #97ddce

%32
%0
%7
%13

Triadic Colors of #97ddce

#97ddce #ce97dd #ddce97

Analogous Colors of #97ddce

#97ddce #97c9dd #97ddab

Monochromatic Colors of #97ddce

#97ddce

Complementary Color

#97ddce #dd97a6

#97ddce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97ddce Color Preview on White Background

Lorem ipsum dolor sit amet.

#97ddce Color CSS Codes

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

#97ddce Text Font Color

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

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


#97ddce Background Color

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

This div background color is #97ddce


#97ddce Border Color

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

This div border color is #97ddce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97ddce


Comments

No comments written yet.

Please login to write comment.