Color Hex Logo

#97dabf Color Hex

#97DABF
(151,218,191)
0 Favorites   0 Comments

Color spaces of #97dabf

RGB 151218191
HSL0.430.480.72
HSV156°31°85°
CMYK 0.310.000.12   0.15
XYZ47.237960.483758.4750
Yxy60.48370.28420.3639
Hunter Lab77.7713-27.67979.8607
CIE-Lab82.1004-26.79296.5712

#97dabf color RGB value is (151,218,191).

#97dabf hex color red value is 151, green value is 218 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #97dabf hue: 0.43 , saturation: 0.48 and the lightness value of 97dabf is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 11011010 10111111
Octal 227 332 277
Decimal 151 218 191
Hex 97 DA BF

RGB Percentages of Color #97dabf

%26.96
%38.93
%34.11

CMYK Percentages of Color #97dabf

%31
%0
%12
%15

Triadic Colors of #97dabf

#97dabf #bf97da #dabf97

Analogous Colors of #97dabf

#97dabf #97d4da #97da9e

Monochromatic Colors of #97dabf

#97dabf

Complementary Color

#97dabf #da97b2

#97dabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97dabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#97dabf Color CSS Codes

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

#97dabf Text Font Color

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

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


#97dabf Background Color

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

This div background color is #97dabf


#97dabf Border Color

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

This div border color is #97dabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97dabf


Comments

No comments written yet.

Please login to write comment.