Color Hex Logo

#97bfdf Color Hex

#97BFDF
(151,191,223)
0 Favorites   0 Comments

Color spaces of #97bfdf

RGB 151191223
HSL0.570.530.73
HSV207°32°87°
CMYK 0.320.140.00   0.13
XYZ44.712649.168676.9459
Yxy49.16860.26170.2878
Hunter Lab70.1203-8.8891-15.9771
CIE-Lab75.5561-5.7719-20.2889

#97bfdf color RGB value is (151,191,223).

#97bfdf hex color red value is 151, green value is 191 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #97bfdf hue: 0.57 , saturation: 0.53 and the lightness value of 97bfdf is 0.73.

The process color (four color CMYK) of #97bfdf color hex is 0.32, 0.14, 0.00, 0.13. Web safe color of #97bfdf is #99cccc. Color #97bfdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10111111 11011111
Octal 227 277 337
Decimal 151 191 223
Hex 97 BF DF

RGB Percentages of Color #97bfdf

%26.73
%33.81
%39.47

CMYK Percentages of Color #97bfdf

%32
%14
%0
%13

Triadic Colors of #97bfdf

#97bfdf #df97bf #bfdf97

Analogous Colors of #97bfdf

#97bfdf #979bdf #97dfdb

Monochromatic Colors of #97bfdf

#97bfdf

Complementary Color

#97bfdf #dfb797

#97bfdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97bfdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#97bfdf Color CSS Codes

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

#97bfdf Text Font Color

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

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


#97bfdf Background Color

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

This div background color is #97bfdf


#97bfdf Border Color

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

This div border color is #97bfdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97bfdf


Comments

No comments written yet.

Please login to write comment.