Color Hex Logo

#97bbda Color Hex

#97BBDA
(151,187,218)
0 Favorites   0 Comments

Color spaces of #97bbda

RGB 151187218
HSL0.580.480.72
HSV208°31°85°
CMYK 0.310.140.00   0.15
XYZ43.187747.181973.1605
Yxy47.18190.26410.2885
Hunter Lab68.6891-7.9755-15.0672
CIE-Lab74.3060-4.8553-19.4737

#97bbda color RGB value is (151,187,218).

#97bbda hex color red value is 151, green value is 187 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #97bbda hue: 0.58 , saturation: 0.48 and the lightness value of 97bbda is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10111011 11011010
Octal 227 273 332
Decimal 151 187 218
Hex 97 BB DA

RGB Percentages of Color #97bbda

%27.16
%33.63
%39.21

CMYK Percentages of Color #97bbda

%31
%14
%0
%15

Triadic Colors of #97bbda

#97bbda #da97bb #bbda97

Analogous Colors of #97bbda

#97bbda #979ada #97dad8

Monochromatic Colors of #97bbda

#97bbda

Complementary Color

#97bbda #dab697

#97bbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97bbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#97bbda Color CSS Codes

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

#97bbda Text Font Color

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

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


#97bbda Background Color

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

This div background color is #97bbda


#97bbda Border Color

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

This div border color is #97bbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97bbda


Comments

No comments written yet.

Please login to write comment.