Color Hex Logo

#9dabcb Color Hex

#9DABCB
(157,171,203)
0 Favorites   0 Comments

Color spaces of #9dabcb

RGB 157171203
HSL0.620.310.71
HSV222°23°80°
CMYK 0.230.160.00   0.20
XYZ39.247040.605762.2691
Yxy40.60570.27620.2857
Hunter Lab63.7226-1.5757-13.3318
CIE-Lab69.89882.0749-17.9086

#9dabcb color RGB value is (157,171,203).

#9dabcb hex color red value is 157, green value is 171 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #9dabcb hue: 0.62 , saturation: 0.31 and the lightness value of 9dabcb is 0.71.

The process color (four color CMYK) of #9dabcb color hex is 0.23, 0.16, 0.00, 0.20. Web safe color of #9dabcb is #9999cc. Color #9dabcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10101011 11001011
Octal 235 253 313
Decimal 157 171 203
Hex 9D AB CB

RGB Percentages of Color #9dabcb

%29.57
%32.20
%38.23

CMYK Percentages of Color #9dabcb

%23
%16
%0
%20

Triadic Colors of #9dabcb

#9dabcb #cb9dab #abcb9d

Analogous Colors of #9dabcb

#9dabcb #a69dcb #9dc2cb

Monochromatic Colors of #9dabcb

#9dabcb

Complementary Color

#9dabcb #cbbd9d

#9dabcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dabcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dabcb Color CSS Codes

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

#9dabcb Text Font Color

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

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


#9dabcb Background Color

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

This div background color is #9dabcb


#9dabcb Border Color

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

This div border color is #9dabcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,171,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 #9dabcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dabcb


Comments

No comments written yet.

Please login to write comment.