Color Hex Logo

#9bbdd2 Color Hex

#9BBDD2
(155,189,210)
0 Favorites   0 Comments

Color spaces of #9bbdd2

RGB 155189210
HSL0.560.380.72
HSV203°26°82°
CMYK 0.260.100.00   0.18
XYZ43.348048.016967.9563
Yxy48.01690.27210.3014
Hunter Lab69.2942-9.6017-9.6393
CIE-Lab74.8356-6.6632-14.3044

#9bbdd2 color RGB value is (155,189,210).

#9bbdd2 hex color red value is 155, green value is 189 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #9bbdd2 hue: 0.56 , saturation: 0.38 and the lightness value of 9bbdd2 is 0.72.

The process color (four color CMYK) of #9bbdd2 color hex is 0.26, 0.10, 0.00, 0.18. Web safe color of #9bbdd2 is #99cccc. Color #9bbdd2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10111101 11010010
Octal 233 275 322
Decimal 155 189 210
Hex 9B BD D2

RGB Percentages of Color #9bbdd2

%27.98
%34.12
%37.91

CMYK Percentages of Color #9bbdd2

%26
%10
%0
%18

Triadic Colors of #9bbdd2

#9bbdd2 #d29bbd #bdd29b

Analogous Colors of #9bbdd2

#9bbdd2 #9ba2d2 #9bd2cc

Monochromatic Colors of #9bbdd2

#9bbdd2

Complementary Color

#9bbdd2 #d2b09b

#9bbdd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bbdd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bbdd2 Color CSS Codes

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

#9bbdd2 Text Font Color

<p style="color:#9bbdd2">Text here</p>

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


#9bbdd2 Background Color

<div style="background-color:#9bbdd2">
Div content here</div>

This div background color is #9bbdd2


#9bbdd2 Border Color

<div style="border:3px solid #9bbdd2">
Div here</div>

This div border color is #9bbdd2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(155,189,210, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9bbdd2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9bbdd2;
  -webkit-box-shadow: 1px 1px 3px 2px #9bbdd2;
  box-shadow:         1px 1px 3px 2px #9bbdd2; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,189,210, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bbdd2


Comments

No comments written yet.

Please login to write comment.