Color Hex Logo

#9dabcf Color Hex

#9DABCF
(157,171,207)
0 Favorites   0 Comments

Color spaces of #9dabcf

RGB 157171207
HSL0.620.340.71
HSV223°24°81°
CMYK 0.240.170.00   0.19
XYZ39.730040.798964.8125
Yxy40.79890.27340.2807
Hunter Lab63.8740-0.7515-15.4493
CIE-Lab70.03483.0098-19.9043

#9dabcf color RGB value is (157,171,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 10101011 11001111
Octal 235 253 317
Decimal 157 171 207
Hex 9D AB CF

RGB Percentages of Color #9dabcf

%29.35
%31.96
%38.69

CMYK Percentages of Color #9dabcf

%24
%17
%0
%19

Triadic Colors of #9dabcf

#9dabcf #cf9dab #abcf9d

Analogous Colors of #9dabcf

#9dabcf #a89dcf #9dc4cf

Monochromatic Colors of #9dabcf

#9dabcf

Complementary Color

#9dabcf #cfc19d

#9dabcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dabcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dabcf Color CSS Codes

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

#9dabcf Text Font Color

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

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


#9dabcf Background Color

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

This div background color is #9dabcf


#9dabcf Border Color

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

This div border color is #9dabcf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,171,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dabcf


Comments

No comments written yet.

Please login to write comment.