Color Hex Logo

#97b4eb Color Hex

#97B4EB
(151,180,235)
0 Favorites   0 Comments

Color spaces of #97b4eb

RGB 151180235
HSL0.610.680.76
HSV219°36°92°
CMYK 0.360.230.00   0.08
XYZ44.079245.220085.0024
Yxy45.22000.25290.2594
Hunter Lab67.2458-0.6746-27.8737
CIE-Lab73.03653.2434-30.6453

#97b4eb color RGB value is (151,180,235).

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

The process color (four color CMYK) of #97b4eb color hex is 0.36, 0.23, 0.00, 0.08. Web safe color of #97b4eb is #99ccff. Color #97b4eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10110100 11101011
Octal 227 264 353
Decimal 151 180 235
Hex 97 B4 EB

RGB Percentages of Color #97b4eb

%26.68
%31.80
%41.52

CMYK Percentages of Color #97b4eb

%36
%23
%0
%8

Triadic Colors of #97b4eb

#97b4eb #eb97b4 #b4eb97

Analogous Colors of #97b4eb

#97b4eb #a497eb #97deeb

Monochromatic Colors of #97b4eb

#97b4eb

Complementary Color

#97b4eb #ebce97

#97b4eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97b4eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#97b4eb Color CSS Codes

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

#97b4eb Text Font Color

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

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


#97b4eb Background Color

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

This div background color is #97b4eb


#97b4eb Border Color

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

This div border color is #97b4eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97b4eb


Comments

No comments written yet.

Please login to write comment.