Color Hex Logo

#9cabeb Color Hex

#9CABEB
(156,171,235)
0 Favorites   0 Comments

Color spaces of #9cabeb

RGB 156171235
HSL0.640.660.77
HSV229°34°92°
CMYK 0.340.270.00   0.08
XYZ43.268642.191984.4606
Yxy42.19190.25460.2483
Hunter Lab64.95535.2323-31.6254
CIE-Lab71.00309.6214-33.7592

#9cabeb color RGB value is (156,171,235).

#9cabeb hex color red value is 156, green value is 171 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9cabeb hue: 0.64 , saturation: 0.66 and the lightness value of 9cabeb is 0.77.

The process color (four color CMYK) of #9cabeb color hex is 0.34, 0.27, 0.00, 0.08. Web safe color of #9cabeb is #9999ff. Color #9cabeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10101011 11101011
Octal 234 253 353
Decimal 156 171 235
Hex 9C AB EB

RGB Percentages of Color #9cabeb

%27.76
%30.43
%41.81

CMYK Percentages of Color #9cabeb

%34
%27
%0
%8

Triadic Colors of #9cabeb

#9cabeb #eb9cab #abeb9c

Analogous Colors of #9cabeb

#9cabeb #b59ceb #9cd3eb

Monochromatic Colors of #9cabeb

#9cabeb

Complementary Color

#9cabeb #ebdc9c

#9cabeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cabeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cabeb Color CSS Codes

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

#9cabeb Text Font Color

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

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


#9cabeb Background Color

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

This div background color is #9cabeb


#9cabeb Border Color

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

This div border color is #9cabeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cabeb


Comments

No comments written yet.

Please login to write comment.