Color Hex Logo

#97afeb Color Hex

#97AFEB
(151,175,235)
0 Favorites   0 Comments

Color spaces of #97afeb

RGB 151175235
HSL0.620.680.76
HSV223°36°92°
CMYK 0.360.260.00   0.08
XYZ43.087943.237484.6719
Yxy43.23740.25200.2529
Hunter Lab65.75521.8956-30.3182
CIE-Lab71.71586.0129-32.6834

#97afeb color RGB value is (151,175,235).

#97afeb hex color red value is 151, green value is 175 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #97afeb hue: 0.62 , saturation: 0.68 and the lightness value of 97afeb is 0.76.

The process color (four color CMYK) of #97afeb color hex is 0.36, 0.26, 0.00, 0.08. Web safe color of #97afeb is #9999ff. Color #97afeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10101111 11101011
Octal 227 257 353
Decimal 151 175 235
Hex 97 AF EB

RGB Percentages of Color #97afeb

%26.92
%31.19
%41.89

CMYK Percentages of Color #97afeb

%36
%26
%0
%8

Triadic Colors of #97afeb

#97afeb #eb97af #afeb97

Analogous Colors of #97afeb

#97afeb #a997eb #97d9eb

Monochromatic Colors of #97afeb

#97afeb

Complementary Color

#97afeb #ebd397

#97afeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97afeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#97afeb Color CSS Codes

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

#97afeb Text Font Color

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

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


#97afeb Background Color

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

This div background color is #97afeb


#97afeb Border Color

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

This div border color is #97afeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97afeb


Comments

No comments written yet.

Please login to write comment.