Color Hex Logo

#97ddbb Color Hex

#97DDBB
(151,221,187)
0 Favorites   0 Comments

Color spaces of #97ddbb

RGB 151221187
HSL0.420.510.73
HSV151°32°87°
CMYK 0.320.000.15   0.13
XYZ47.588661.880156.4496
Yxy61.88010.28680.3730
Hunter Lab78.6639-29.676312.5179
CIE-Lab82.8496-29.04459.7621

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 11011101 10111011
Octal 227 335 273
Decimal 151 221 187
Hex 97 DD BB

RGB Percentages of Color #97ddbb

%27.01
%39.53
%33.45

CMYK Percentages of Color #97ddbb

%32
%0
%15
%13

Triadic Colors of #97ddbb

#97ddbb #bb97dd #ddbb97

Analogous Colors of #97ddbb

#97ddbb #97dcdd #97dd98

Monochromatic Colors of #97ddbb

#97ddbb

Complementary Color

#97ddbb #dd97b9

#97ddbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97ddbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#97ddbb Color CSS Codes

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

#97ddbb Text Font Color

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

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


#97ddbb Background Color

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

This div background color is #97ddbb


#97ddbb Border Color

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

This div border color is #97ddbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97ddbb


Comments

No comments written yet.

Please login to write comment.