Color Hex Logo

#9cabdd Color Hex

#9CABDD
(156,171,221)
0 Favorites   0 Comments

Color spaces of #9cabdd

RGB 156171221
HSL0.630.490.74
HSV226°29°87°
CMYK 0.290.230.00   0.13
XYZ41.324441.414274.2223
Yxy41.41420.26330.2639
Hunter Lab64.35392.0033-23.3342
CIE-Lab70.46516.0904-26.9392

#9cabdd color RGB value is (156,171,221).

#9cabdd hex color red value is 156, green value is 171 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #9cabdd hue: 0.63 , saturation: 0.49 and the lightness value of 9cabdd is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10101011 11011101
Octal 234 253 335
Decimal 156 171 221
Hex 9C AB DD

RGB Percentages of Color #9cabdd

%28.47
%31.20
%40.33

CMYK Percentages of Color #9cabdd

%29
%23
%0
%13

Triadic Colors of #9cabdd

#9cabdd #dd9cab #abdd9c

Analogous Colors of #9cabdd

#9cabdd #ae9cdd #9cccdd

Monochromatic Colors of #9cabdd

#9cabdd

Complementary Color

#9cabdd #ddce9c

#9cabdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cabdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cabdd Color CSS Codes

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

#9cabdd Text Font Color

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

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


#9cabdd Background Color

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

This div background color is #9cabdd


#9cabdd Border Color

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

This div border color is #9cabdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cabdd

#9cabdd Color Palettes


Comments

No comments written yet.

Please login to write comment.