Color Hex Logo

#97c4cc Color Hex

#97C4CC
(151,196,204)
0 Favorites   0 Comments

Color spaces of #97c4cc

RGB 151196204
HSL0.530.340.70
HSV189°26°80°
CMYK 0.260.040.00   0.20
XYZ43.401550.418864.5710
Yxy50.41880.27400.3183
Hunter Lab71.0062-15.1553-4.2123
CIE-Lab76.3256-12.9274-8.8488

#97c4cc color RGB value is (151,196,204).

#97c4cc hex color red value is 151, green value is 196 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #97c4cc hue: 0.53 , saturation: 0.34 and the lightness value of 97c4cc is 0.70.

The process color (four color CMYK) of #97c4cc color hex is 0.26, 0.04, 0.00, 0.20. Web safe color of #97c4cc is #99cccc. Color #97c4cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 11000100 11001100
Octal 227 304 314
Decimal 151 196 204
Hex 97 C4 CC

RGB Percentages of Color #97c4cc

%27.40
%35.57
%37.02

CMYK Percentages of Color #97c4cc

%26
%4
%0
%20

Triadic Colors of #97c4cc

#97c4cc #cc97c4 #c4cc97

Analogous Colors of #97c4cc

#97c4cc #97aacc #97ccba

Monochromatic Colors of #97c4cc

#97c4cc

Complementary Color

#97c4cc #cc9f97

#97c4cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97c4cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#97c4cc Color CSS Codes

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

#97c4cc Text Font Color

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

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


#97c4cc Background Color

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

This div background color is #97c4cc


#97c4cc Border Color

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

This div border color is #97c4cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97c4cc


Comments

No comments written yet.

Please login to write comment.