Color Hex Logo

#9bbace Color Hex

#9BBACE
(155,186,206)
0 Favorites   0 Comments

Color spaces of #9bbace

RGB 155186206
HSL0.570.340.71
HSV204°25°81°
CMYK 0.250.100.00   0.19
XYZ42.217146.542665.1511
Yxy46.54260.27430.3024
Hunter Lab68.2221-8.9297-8.8655
CIE-Lab73.8962-5.9907-13.5391

#9bbace color RGB value is (155,186,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 10111010 11001110
Octal 233 272 316
Decimal 155 186 206
Hex 9B BA CE

RGB Percentages of Color #9bbace

%28.34
%34.00
%37.66

CMYK Percentages of Color #9bbace

%25
%10
%0
%19

Triadic Colors of #9bbace

#9bbace #ce9bba #bace9b

Analogous Colors of #9bbace

#9bbace #9ba1ce #9bcec9

Monochromatic Colors of #9bbace

#9bbace

Complementary Color

#9bbace #ceaf9b

#9bbace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bbace Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bbace Color CSS Codes

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

#9bbace Text Font Color

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

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


#9bbace Background Color

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

This div background color is #9bbace


#9bbace Border Color

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

This div border color is #9bbace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bbace


Comments

No comments written yet.

Please login to write comment.