Color Hex Logo

#9cabda Color Hex

#9CABDA
(156,171,218)
0 Favorites   0 Comments

Color spaces of #9cabda

RGB 156171218
HSL0.630.460.73
HSV225°28°85°
CMYK 0.280.220.00   0.15
XYZ40.928141.255772.1357
Yxy41.25570.26520.2673
Hunter Lab64.23061.3377-21.6256
CIE-Lab70.35475.3517-25.4645

#9cabda color RGB value is (156,171,218).

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

The process color (four color CMYK) of #9cabda color hex is 0.28, 0.22, 0.00, 0.15. Web safe color of #9cabda is #9999cc. Color #9cabda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10101011 11011010
Octal 234 253 332
Decimal 156 171 218
Hex 9C AB DA

RGB Percentages of Color #9cabda

%28.62
%31.38
%40.00

CMYK Percentages of Color #9cabda

%28
%22
%0
%15

Triadic Colors of #9cabda

#9cabda #da9cab #abda9c

Analogous Colors of #9cabda

#9cabda #ac9cda #9ccada

Monochromatic Colors of #9cabda

#9cabda

Complementary Color

#9cabda #dacb9c

#9cabda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cabda Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cabda Color CSS Codes

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

#9cabda Text Font Color

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

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


#9cabda Background Color

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

This div background color is #9cabda


#9cabda Border Color

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

This div border color is #9cabda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cabda


Comments

No comments written yet.

Please login to write comment.