Color Hex Logo

#97cdac Color Hex

#97CDAC
(151,205,172)
0 Favorites   0 Comments

Color spaces of #97cdac

RGB 151205172
HSL0.400.350.70
HSV143°26°80°
CMYK 0.260.000.16   0.20
XYZ42.040253.220547.0866
Yxy53.22050.29530.3739
Hunter Lab72.9524-24.802612.7984
CIE-Lab78.0050-24.234510.8344

#97cdac color RGB value is (151,205,172).

#97cdac hex color red value is 151, green value is 205 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #97cdac hue: 0.40 , saturation: 0.35 and the lightness value of 97cdac is 0.70.

The process color (four color CMYK) of #97cdac color hex is 0.26, 0.00, 0.16, 0.20. Web safe color of #97cdac is #99cc99. Color #97cdac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 11001101 10101100
Octal 227 315 254
Decimal 151 205 172
Hex 97 CD AC

RGB Percentages of Color #97cdac

%28.60
%38.83
%32.58

CMYK Percentages of Color #97cdac

%26
%0
%16
%20

Triadic Colors of #97cdac

#97cdac #ac97cd #cdac97

Analogous Colors of #97cdac

#97cdac #97cdc7 #9dcd97

Monochromatic Colors of #97cdac

#97cdac

Complementary Color

#97cdac #cd97b8

#97cdac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97cdac Color Preview on White Background

Lorem ipsum dolor sit amet.

#97cdac Color CSS Codes

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

#97cdac Text Font Color

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

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


#97cdac Background Color

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

This div background color is #97cdac


#97cdac Border Color

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

This div border color is #97cdac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97cdac


Comments

No comments written yet.

Please login to write comment.