Color Hex Logo

#9dabce Color Hex

#9DABCE
(157,171,206)
0 Favorites   0 Comments

Color spaces of #9dabce

RGB 157171206
HSL0.620.330.71
HSV223°24°81°
CMYK 0.240.170.00   0.19
XYZ39.608140.750164.1705
Yxy40.75010.27410.2820
Hunter Lab63.8358-0.9590-14.9158
CIE-Lab70.00052.7750-19.4061

#9dabce color RGB value is (157,171,206).

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

The process color (four color CMYK) of #9dabce color hex is 0.24, 0.17, 0.00, 0.19. Web safe color of #9dabce is #9999cc. Color #9dabce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10101011 11001110
Octal 235 253 316
Decimal 157 171 206
Hex 9D AB CE

RGB Percentages of Color #9dabce

%29.40
%32.02
%38.58

CMYK Percentages of Color #9dabce

%24
%17
%0
%19

Triadic Colors of #9dabce

#9dabce #ce9dab #abce9d

Analogous Colors of #9dabce

#9dabce #a89dce #9dc4ce

Monochromatic Colors of #9dabce

#9dabce

Complementary Color

#9dabce #cec09d

#9dabce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dabce Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dabce Color CSS Codes

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

#9dabce Text Font Color

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

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


#9dabce Background Color

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

This div background color is #9dabce


#9dabce Border Color

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

This div border color is #9dabce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dabce


Comments

No comments written yet.

Please login to write comment.