Color Hex Logo

#97c8cf Color Hex

#97C8CF
(151,200,207)
0 Favorites   0 Comments

Color spaces of #97c8cf

RGB 151200207
HSL0.520.370.70
HSV188°27°81°
CMYK 0.270.030.00   0.19
XYZ44.679352.392966.7895
Yxy52.39290.27270.3197
Hunter Lab72.3829-16.4887-4.0403
CIE-Lab77.5152-14.3128-8.7006

#97c8cf color RGB value is (151,200,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 11001000 11001111
Octal 227 310 317
Decimal 151 200 207
Hex 97 C8 CF

RGB Percentages of Color #97c8cf

%27.06
%35.84
%37.10

CMYK Percentages of Color #97c8cf

%27
%3
%0
%19

Triadic Colors of #97c8cf

#97c8cf #cf97c8 #c8cf97

Analogous Colors of #97c8cf

#97c8cf #97accf #97cfba

Monochromatic Colors of #97c8cf

#97c8cf

Complementary Color

#97c8cf #cf9e97

#97c8cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97c8cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#97c8cf Color CSS Codes

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

#97c8cf Text Font Color

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

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


#97c8cf Background Color

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

This div background color is #97c8cf


#97c8cf Border Color

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

This div border color is #97c8cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97c8cf


Comments

No comments written yet.

Please login to write comment.