Color Hex Logo

#9dabff Color Hex

#9DABFF
(157,171,255)
0 Favorites   0 Comments

Color spaces of #9dabff

RGB 157171255
HSL0.641.000.81
HSV231°38°100°
CMYK 0.380.330.00   0.00
XYZ46.517543.5139100.5550
Yxy43.51390.24410.2283
Hunter Lab65.965110.4365-44.2042
CIE-Lab71.902415.1404-43.2093

#9dabff color RGB value is (157,171,255).

#9dabff hex color red value is 157, green value is 171 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #9dabff hue: 0.64 , saturation: 1.00 and the lightness value of 9dabff is 0.81.

The process color (four color CMYK) of #9dabff color hex is 0.38, 0.33, 0.00, 0.00. Web safe color of #9dabff is #9999ff. Color #9dabff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10101011 11111111
Octal 235 253 377
Decimal 157 171 255
Hex 9D AB FF

RGB Percentages of Color #9dabff

%26.93
%29.33
%43.74

CMYK Percentages of Color #9dabff

%38
%33
%0
%0

Triadic Colors of #9dabff

#9dabff #ff9dab #abff9d

Analogous Colors of #9dabff

#9dabff #c09dff #9ddcff

Monochromatic Colors of #9dabff

#9dabff

Complementary Color

#9dabff #fff19d

#9dabff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dabff Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dabff Color CSS Codes

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

#9dabff Text Font Color

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

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


#9dabff Background Color

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

This div background color is #9dabff


#9dabff Border Color

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

This div border color is #9dabff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dabff

Related Colors


Comments

No comments written yet.

Please login to write comment.