Color Hex Logo

#9bbcf5 Color Hex

#9BBCF5
(155,188,245)
0 Favorites   0 Comments

Color spaces of #9bbcf5

RGB 155188245
HSL0.610.820.78
HSV218°37°96°
CMYK 0.370.230.00   0.04
XYZ47.982249.527693.4170
Yxy49.52760.25130.2594
Hunter Lab70.3758-1.4566-29.4385
CIE-Lab75.77842.5265-31.8044

#9bbcf5 color RGB value is (155,188,245).

#9bbcf5 hex color red value is 155, green value is 188 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #9bbcf5 hue: 0.61 , saturation: 0.82 and the lightness value of 9bbcf5 is 0.78.

The process color (four color CMYK) of #9bbcf5 color hex is 0.37, 0.23, 0.00, 0.04. Web safe color of #9bbcf5 is #99ccff. Color #9bbcf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10111100 11110101
Octal 233 274 365
Decimal 155 188 245
Hex 9B BC F5

RGB Percentages of Color #9bbcf5

%26.36
%31.97
%41.67

CMYK Percentages of Color #9bbcf5

%37
%23
%0
%4

Triadic Colors of #9bbcf5

#9bbcf5 #f59bbc #bcf59b

Analogous Colors of #9bbcf5

#9bbcf5 #a79bf5 #9be9f5

Monochromatic Colors of #9bbcf5

#9bbcf5

Complementary Color

#9bbcf5 #f5d49b

#9bbcf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bbcf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bbcf5 Color CSS Codes

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

#9bbcf5 Text Font Color

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

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


#9bbcf5 Background Color

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

This div background color is #9bbcf5


#9bbcf5 Border Color

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

This div border color is #9bbcf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bbcf5


Comments

No comments written yet.

Please login to write comment.