Color Hex Logo

#97addf Color Hex

#97ADDF
(151,173,223)
0 Favorites   0 Comments

Color spaces of #97addf

RGB 151173223
HSL0.620.530.73
HSV222°32°87°
CMYK 0.320.220.00   0.13
XYZ41.025441.794275.7168
Yxy41.79420.25880.2636
Hunter Lab64.64840.1400-24.1871
CIE-Lab70.72884.0382-27.6582

#97addf color RGB value is (151,173,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10101101 11011111
Octal 227 255 337
Decimal 151 173 223
Hex 97 AD DF

RGB Percentages of Color #97addf

%27.61
%31.63
%40.77

CMYK Percentages of Color #97addf

%32
%22
%0
%13

Triadic Colors of #97addf

#97addf #df97ad #addf97

Analogous Colors of #97addf

#97addf #a597df #97d1df

Monochromatic Colors of #97addf

#97addf

Complementary Color

#97addf #dfc997

#97addf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97addf Color Preview on White Background

Lorem ipsum dolor sit amet.

#97addf Color CSS Codes

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

#97addf Text Font Color

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

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


#97addf Background Color

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

This div background color is #97addf


#97addf Border Color

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

This div border color is #97addf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97addf


Comments

No comments written yet.

Please login to write comment.