Color Hex Logo

#97ddda Color Hex

#97DDDA
(151,221,218)
0 Favorites   0 Comments

Color spaces of #97ddda

RGB 151221218
HSL0.490.510.73
HSV177°32°87°
CMYK 0.320.000.01   0.13
XYZ51.273863.354275.8558
Yxy63.35420.26920.3326
Hunter Lab79.5954-24.3056-0.7877
CIE-Lab83.6284-22.4065-5.5259

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 11011101 11011010
Octal 227 335 332
Decimal 151 221 218
Hex 97 DD DA

RGB Percentages of Color #97ddda

%25.59
%37.46
%36.95

CMYK Percentages of Color #97ddda

%32
%0
%1
%13

Triadic Colors of #97ddda

#97ddda #da97dd #ddda97

Analogous Colors of #97ddda

#97ddda #97bddd #97ddb7

Monochromatic Colors of #97ddda

#97ddda

Complementary Color

#97ddda #dd979a

#97ddda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97ddda Color Preview on White Background

Lorem ipsum dolor sit amet.

#97ddda Color CSS Codes

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

#97ddda Text Font Color

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

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


#97ddda Background Color

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

This div background color is #97ddda


#97ddda Border Color

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

This div border color is #97ddda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97ddda


Comments

No comments written yet.

Please login to write comment.