Color Hex Logo

#9abdcb Color Hex

#9ABDCB
(154,189,203)
0 Favorites   0 Comments

Color spaces of #9abdcb

RGB 154189203
HSL0.550.320.70
HSV197°24°80°
CMYK 0.240.070.00   0.20
XYZ42.303547.577063.4536
Yxy47.57700.27590.3103
Hunter Lab68.9761-11.2329-6.2598
CIE-Lab74.5573-8.5802-10.9226

#9abdcb color RGB value is (154,189,203).

#9abdcb hex color red value is 154, green value is 189 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #9abdcb hue: 0.55 , saturation: 0.32 and the lightness value of 9abdcb is 0.70.

The process color (four color CMYK) of #9abdcb color hex is 0.24, 0.07, 0.00, 0.20. Web safe color of #9abdcb is #99cccc. Color #9abdcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10111101 11001011
Octal 232 275 313
Decimal 154 189 203
Hex 9A BD CB

RGB Percentages of Color #9abdcb

%28.21
%34.62
%37.18

CMYK Percentages of Color #9abdcb

%24
%7
%0
%20

Triadic Colors of #9abdcb

#9abdcb #cb9abd #bdcb9a

Analogous Colors of #9abdcb

#9abdcb #9aa5cb #9acbc1

Monochromatic Colors of #9abdcb

#9abdcb

Complementary Color

#9abdcb #cba89a

#9abdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9abdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9abdcb Color CSS Codes

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

#9abdcb Text Font Color

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

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


#9abdcb Background Color

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

This div background color is #9abdcb


#9abdcb Border Color

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

This div border color is #9abdcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9abdcb


Comments

No comments written yet.

Please login to write comment.