Color Hex Logo

#97dddd Color Hex

#97DDDD
(151,221,221)
0 Favorites   0 Comments

Color spaces of #97dddd

RGB 151221221
HSL0.500.510.73
HSV180°32°87°
CMYK 0.320.000.00   0.13
XYZ51.670163.512777.9425
Yxy63.51270.26750.3289
Hunter Lab79.6949-23.7357-2.1999
CIE-Lab83.7114-21.7184-6.9938

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 11011101 11011101
Octal 227 335 335
Decimal 151 221 221
Hex 97 DD DD

RGB Percentages of Color #97dddd

%25.46
%37.27
%37.27

CMYK Percentages of Color #97dddd

%32
%0
%0
%13

Triadic Colors of #97dddd

#97dddd #dd97dd #dddd97

Analogous Colors of #97dddd

#97dddd #97badd #97ddba

Monochromatic Colors of #97dddd

#97dddd

Complementary Color

#97dddd #dd9797

#97dddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97dddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#97dddd Color CSS Codes

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

#97dddd Text Font Color

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

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


#97dddd Background Color

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

This div background color is #97dddd


#97dddd Border Color

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

This div border color is #97dddd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,221,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 #97dddd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97dddd


Comments

No comments written yet.

Please login to write comment.