Color Hex Logo

#9bbad3 Color Hex

#9BBAD3
(155,186,211)
0 Favorites   0 Comments

Color spaces of #9bbad3

RGB 155186211
HSL0.570.390.72
HSV207°27°83°
CMYK 0.270.120.00   0.17
XYZ42.834346.789568.4017
Yxy46.78950.27110.2961
Hunter Lab68.4029-7.9272-11.4070
CIE-Lab74.0549-4.8246-16.0230

#9bbad3 color RGB value is (155,186,211).

#9bbad3 hex color red value is 155, green value is 186 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #9bbad3 hue: 0.57 , saturation: 0.39 and the lightness value of 9bbad3 is 0.72.

The process color (four color CMYK) of #9bbad3 color hex is 0.27, 0.12, 0.00, 0.17. Web safe color of #9bbad3 is #99cccc. Color #9bbad3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10111010 11010011
Octal 233 272 323
Decimal 155 186 211
Hex 9B BA D3

RGB Percentages of Color #9bbad3

%28.08
%33.70
%38.22

CMYK Percentages of Color #9bbad3

%27
%12
%0
%17

Triadic Colors of #9bbad3

#9bbad3 #d39bba #bad39b

Analogous Colors of #9bbad3

#9bbad3 #9b9ed3 #9bd3d0

Monochromatic Colors of #9bbad3

#9bbad3

Complementary Color

#9bbad3 #d3b49b

#9bbad3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bbad3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bbad3 Color CSS Codes

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

#9bbad3 Text Font Color

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

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


#9bbad3 Background Color

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

This div background color is #9bbad3


#9bbad3 Border Color

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

This div border color is #9bbad3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bbad3


Comments

No comments written yet.

Please login to write comment.