Color Hex Logo

#9cabee Color Hex

#9CABEE
(156,171,238)
0 Favorites   0 Comments

Color spaces of #9cabee

RGB 156171238
HSL0.640.710.77
HSV229°34°93°
CMYK 0.340.280.00   0.07
XYZ43.705842.366886.7630
Yxy42.36680.25290.2451
Hunter Lab65.08985.9502-33.4692
CIE-Lab71.123110.3951-35.2070

#9cabee color RGB value is (156,171,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10101011 11101110
Octal 234 253 356
Decimal 156 171 238
Hex 9C AB EE

RGB Percentages of Color #9cabee

%27.61
%30.27
%42.12

CMYK Percentages of Color #9cabee

%34
%28
%0
%7

Triadic Colors of #9cabee

#9cabee #ee9cab #abee9c

Analogous Colors of #9cabee

#9cabee #b69cee #9cd4ee

Monochromatic Colors of #9cabee

#9cabee

Complementary Color

#9cabee #eedf9c

#9cabee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cabee Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cabee Color CSS Codes

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

#9cabee Text Font Color

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

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


#9cabee Background Color

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

This div background color is #9cabee


#9cabee Border Color

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

This div border color is #9cabee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cabee


Comments

No comments written yet.

Please login to write comment.