Color Hex Logo

#97afcf Color Hex

#97AFCF
(151,175,207)
0 Favorites   0 Comments

Color spaces of #97afcf

RGB 151175207
HSL0.600.370.70
HSV214°27°81°
CMYK 0.270.150.00   0.19
XYZ39.355041.744265.0147
Yxy41.74420.26930.2857
Hunter Lab64.6098-4.3394-14.4348
CIE-Lab70.6942-1.0124-18.9421

#97afcf color RGB value is (151,175,207).

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

The process color (four color CMYK) of #97afcf color hex is 0.27, 0.15, 0.00, 0.19. Web safe color of #97afcf is #9999cc. Color #97afcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10101111 11001111
Octal 227 257 317
Decimal 151 175 207
Hex 97 AF CF

RGB Percentages of Color #97afcf

%28.33
%32.83
%38.84

CMYK Percentages of Color #97afcf

%27
%15
%0
%19

Triadic Colors of #97afcf

#97afcf #cf97af #afcf97

Analogous Colors of #97afcf

#97afcf #9b97cf #97cbcf

Monochromatic Colors of #97afcf

#97afcf

Complementary Color

#97afcf #cfb797

#97afcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97afcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#97afcf Color CSS Codes

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

#97afcf Text Font Color

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

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


#97afcf Background Color

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

This div background color is #97afcf


#97afcf Border Color

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

This div border color is #97afcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97afcf


Comments

No comments written yet.

Please login to write comment.