Color Hex Logo

#97dfbd Color Hex

#97DFBD
(151,223,189)
0 Favorites   0 Comments

Color spaces of #97dfbd

RGB 151223189
HSL0.420.530.73
HSV152°32°87°
CMYK 0.320.000.15   0.13
XYZ48.335563.028857.7623
Yxy63.02880.28580.3727
Hunter Lab79.3907-30.257412.4358
CIE-Lab83.4575-29.59859.5743

#97dfbd color RGB value is (151,223,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 11011111 10111101
Octal 227 337 275
Decimal 151 223 189
Hex 97 DF BD

RGB Percentages of Color #97dfbd

%26.82
%39.61
%33.57

CMYK Percentages of Color #97dfbd

%32
%0
%15
%13

Triadic Colors of #97dfbd

#97dfbd #bd97df #dfbd97

Analogous Colors of #97dfbd

#97dfbd #97dddf #97df99

Monochromatic Colors of #97dfbd

#97dfbd

Complementary Color

#97dfbd #df97b9

#97dfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97dfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#97dfbd Color CSS Codes

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

#97dfbd Text Font Color

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

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


#97dfbd Background Color

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

This div background color is #97dfbd


#97dfbd Border Color

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

This div border color is #97dfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97dfbd


Comments

No comments written yet.

Please login to write comment.