Color Hex Logo

#97ddcd Color Hex

#97DDCD
(151,221,205)
0 Favorites   0 Comments

Color spaces of #97ddcd

RGB 151221205
HSL0.460.510.73
HSV166°32°87°
CMYK 0.320.000.07   0.13
XYZ49.638462.700067.2437
Yxy62.70000.27640.3491
Hunter Lab79.1833-26.67295.0784
CIE-Lab83.2843-25.29760.8618

#97ddcd color RGB value is (151,221,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 11011101 11001101
Octal 227 335 315
Decimal 151 221 205
Hex 97 DD CD

RGB Percentages of Color #97ddcd

%26.17
%38.30
%35.53

CMYK Percentages of Color #97ddcd

%32
%0
%7
%13

Triadic Colors of #97ddcd

#97ddcd #cd97dd #ddcd97

Analogous Colors of #97ddcd

#97ddcd #97cadd #97ddaa

Monochromatic Colors of #97ddcd

#97ddcd

Complementary Color

#97ddcd #dd97a7

#97ddcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97ddcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#97ddcd Color CSS Codes

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

#97ddcd Text Font Color

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

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


#97ddcd Background Color

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

This div background color is #97ddcd


#97ddcd Border Color

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

This div border color is #97ddcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97ddcd


Comments

No comments written yet.

Please login to write comment.