Color Hex Logo

#97afdf Color Hex

#97AFDF
(151,175,223)
0 Favorites   0 Comments

Color spaces of #97afdf

RGB 151175223
HSL0.610.530.73
HSV220°32°87°
CMYK 0.320.220.00   0.13
XYZ41.411842.567075.8457
Yxy42.56700.25910.2663
Hunter Lab65.2434-0.8770-23.2545
CIE-Lab71.26012.9307-26.8427

#97afdf color RGB value is (151,175,223).

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

The process color (four color CMYK) of #97afdf color hex is 0.32, 0.22, 0.00, 0.13. Web safe color of #97afdf is #9999cc. Color #97afdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10101111 11011111
Octal 227 257 337
Decimal 151 175 223
Hex 97 AF DF

RGB Percentages of Color #97afdf

%27.50
%31.88
%40.62

CMYK Percentages of Color #97afdf

%32
%22
%0
%13

Triadic Colors of #97afdf

#97afdf #df97af #afdf97

Analogous Colors of #97afdf

#97afdf #a397df #97d3df

Monochromatic Colors of #97afdf

#97afdf

Complementary Color

#97afdf #dfc797

#97afdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97afdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#97afdf Color CSS Codes

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

#97afdf Text Font Color

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

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


#97afdf Background Color

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

This div background color is #97afdf


#97afdf Border Color

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

This div border color is #97afdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97afdf


Comments

No comments written yet.

Please login to write comment.