Color Hex Logo

#97dacd Color Hex

#97DACD
(151,218,205)
0 Favorites   0 Comments

Color spaces of #97dacd

RGB 151218205
HSL0.470.480.72
HSV168°31°85°
CMYK 0.310.000.06   0.15
XYZ48.853361.129966.9820
Yxy61.12990.27610.3454
Hunter Lab78.1856-25.29133.9359
CIE-Lab82.4485-23.8293-0.3579

#97dacd color RGB value is (151,218,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 11011010 11001101
Octal 227 332 315
Decimal 151 218 205
Hex 97 DA CD

RGB Percentages of Color #97dacd

%26.31
%37.98
%35.71

CMYK Percentages of Color #97dacd

%31
%0
%6
%15

Triadic Colors of #97dacd

#97dacd #cd97da #dacd97

Analogous Colors of #97dacd

#97dacd #97c6da #97daac

Monochromatic Colors of #97dacd

#97dacd

Complementary Color

#97dacd #da97a4

#97dacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97dacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#97dacd Color CSS Codes

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

#97dacd Text Font Color

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

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


#97dacd Background Color

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

This div background color is #97dacd


#97dacd Border Color

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

This div border color is #97dacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97dacd


Comments

No comments written yet.

Please login to write comment.