Color Hex Logo

#9bafbc Color Hex

#9BAFBC
(155,175,188)
0 Favorites   0 Comments

Color spaces of #9bafbc

RGB 155175188
HSL0.570.200.67
HSV204°18°74°
CMYK 0.180.070.00   0.26
XYZ37.924641.259353.5420
Yxy41.25930.28570.3109
Hunter Lab64.2334-7.0187-4.4580
CIE-Lab70.3572-4.1307-8.9693

#9bafbc color RGB value is (155,175,188).

#9bafbc hex color red value is 155, green value is 175 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #9bafbc hue: 0.57 , saturation: 0.20 and the lightness value of 9bafbc is 0.67.

The process color (four color CMYK) of #9bafbc color hex is 0.18, 0.07, 0.00, 0.26. Web safe color of #9bafbc is #9999cc. Color #9bafbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10101111 10111100
Octal 233 257 274
Decimal 155 175 188
Hex 9B AF BC

RGB Percentages of Color #9bafbc

%29.92
%33.78
%36.29

CMYK Percentages of Color #9bafbc

%18
%7
%0
%26

Triadic Colors of #9bafbc

#9bafbc #bc9baf #afbc9b

Analogous Colors of #9bafbc

#9bafbc #9b9fbc #9bbcb9

Monochromatic Colors of #9bafbc

#9bafbc

Complementary Color

#9bafbc #bca89b

#9bafbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bafbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bafbc Color CSS Codes

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

#9bafbc Text Font Color

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

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


#9bafbc Background Color

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

This div background color is #9bafbc


#9bafbc Border Color

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

This div border color is #9bafbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bafbc


Comments

No comments written yet.

Please login to write comment.