Color Hex Logo

#97dfbb Color Hex

#97DFBB
(151,223,187)
0 Favorites   0 Comments

Color spaces of #97dfbb

RGB 151223187
HSL0.420.530.73
HSV150°32°87°
CMYK 0.320.000.16   0.13
XYZ48.119862.942556.6266
Yxy62.94250.28700.3754
Hunter Lab79.3363-30.573113.2169
CIE-Lab83.4121-29.997310.5641

#97dfbb color RGB value is (151,223,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 11011111 10111011
Octal 227 337 273
Decimal 151 223 187
Hex 97 DF BB

RGB Percentages of Color #97dfbb

%26.92
%39.75
%33.33

CMYK Percentages of Color #97dfbb

%32
%0
%16
%13

Triadic Colors of #97dfbb

#97dfbb #bb97df #dfbb97

Analogous Colors of #97dfbb

#97dfbb #97dfdf #97df97

Monochromatic Colors of #97dfbb

#97dfbb

Complementary Color

#97dfbb #df97bb

#97dfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97dfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#97dfbb Color CSS Codes

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

#97dfbb Text Font Color

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

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


#97dfbb Background Color

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

This div background color is #97dfbb


#97dfbb Border Color

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

This div border color is #97dfbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97dfbb


Comments

No comments written yet.

Please login to write comment.