Color Hex Logo

#97cfcc Color Hex

#97CFCC
(151,207,204)
0 Favorites   0 Comments

Color spaces of #97cfcc

RGB 151207204
HSL0.490.370.70
HSV177°27°81°
CMYK 0.270.000.01   0.19
XYZ45.974455.564665.4287
Yxy55.56460.27530.3328
Hunter Lab74.5417-20.35610.1376
CIE-Lab79.3654-18.5671-4.3486

#97cfcc color RGB value is (151,207,204).

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

The process color (four color CMYK) of #97cfcc color hex is 0.27, 0.00, 0.01, 0.19. Web safe color of #97cfcc is #99cccc. Color #97cfcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 11001111 11001100
Octal 227 317 314
Decimal 151 207 204
Hex 97 CF CC

RGB Percentages of Color #97cfcc

%26.87
%36.83
%36.30

CMYK Percentages of Color #97cfcc

%27
%0
%1
%19

Triadic Colors of #97cfcc

#97cfcc #cc97cf #cfcc97

Analogous Colors of #97cfcc

#97cfcc #97b6cf #97cfb0

Monochromatic Colors of #97cfcc

#97cfcc

Complementary Color

#97cfcc #cf979a

#97cfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97cfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#97cfcc Color CSS Codes

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

#97cfcc Text Font Color

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

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


#97cfcc Background Color

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

This div background color is #97cfcc


#97cfcc Border Color

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

This div border color is #97cfcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,207,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 #97cfcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97cfcc

#97cfcc Color Palettes


Comments

No comments written yet.

Please login to write comment.