Color Hex Logo

#97dfbe Color Hex

#97DFBE
(151,223,190)
0 Favorites   0 Comments

Color spaces of #97dfbe

RGB 151223190
HSL0.420.530.73
HSV153°32°87°
CMYK 0.320.000.15   0.13
XYZ48.444463.072458.3361
Yxy63.07240.28520.3713
Hunter Lab79.4181-30.098212.0416
CIE-Lab83.4805-29.39789.0795

#97dfbe color RGB value is (151,223,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 11011111 10111110
Octal 227 337 276
Decimal 151 223 190
Hex 97 DF BE

RGB Percentages of Color #97dfbe

%26.77
%39.54
%33.69

CMYK Percentages of Color #97dfbe

%32
%0
%15
%13

Triadic Colors of #97dfbe

#97dfbe #be97df #dfbe97

Analogous Colors of #97dfbe

#97dfbe #97dcdf #97df9a

Monochromatic Colors of #97dfbe

#97dfbe

Complementary Color

#97dfbe #df97b8

#97dfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97dfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#97dfbe Color CSS Codes

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

#97dfbe Text Font Color

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

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


#97dfbe Background Color

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

This div background color is #97dfbe


#97dfbe Border Color

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

This div border color is #97dfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97dfbe


Comments

No comments written yet.

Please login to write comment.