Color Hex Logo

#9ab6dd Color Hex

#9AB6DD
(154,182,221)
0 Favorites   0 Comments

Color spaces of #9ab6dd

RGB 154182221
HSL0.600.500.74
HSV215°30°87°
CMYK 0.300.180.00   0.13
XYZ43.105545.546474.9260
Yxy45.54640.26350.2784
Hunter Lab67.4881-4.0939-18.5828
CIE-Lab73.2502-0.5487-22.6919

#9ab6dd color RGB value is (154,182,221).

#9ab6dd hex color red value is 154, green value is 182 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #9ab6dd hue: 0.60 , saturation: 0.50 and the lightness value of 9ab6dd is 0.74.

The process color (four color CMYK) of #9ab6dd color hex is 0.30, 0.18, 0.00, 0.13. Web safe color of #9ab6dd is #99cccc. Color #9ab6dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10110110 11011101
Octal 232 266 335
Decimal 154 182 221
Hex 9A B6 DD

RGB Percentages of Color #9ab6dd

%27.65
%32.68
%39.68

CMYK Percentages of Color #9ab6dd

%30
%18
%0
%13

Triadic Colors of #9ab6dd

#9ab6dd #dd9ab6 #b6dd9a

Analogous Colors of #9ab6dd

#9ab6dd #a09add #9ad8dd

Monochromatic Colors of #9ab6dd

#9ab6dd

Complementary Color

#9ab6dd #ddc19a

#9ab6dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ab6dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ab6dd Color CSS Codes

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

#9ab6dd Text Font Color

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

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


#9ab6dd Background Color

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

This div background color is #9ab6dd


#9ab6dd Border Color

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

This div border color is #9ab6dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ab6dd


Comments

No comments written yet.

Please login to write comment.