Color Hex Logo

#9caceb Color Hex

#9CACEB
(156,172,235)
0 Favorites   0 Comments

Color spaces of #9caceb

RGB 156172235
HSL0.630.660.77
HSV228°34°92°
CMYK 0.340.270.00   0.08
XYZ43.458242.571184.5238
Yxy42.57110.25480.2496
Hunter Lab65.24654.7105-31.1348
CIE-Lab71.26299.0623-33.3569

#9caceb color RGB value is (156,172,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10101100 11101011
Octal 234 254 353
Decimal 156 172 235
Hex 9C AC EB

RGB Percentages of Color #9caceb

%27.71
%30.55
%41.74

CMYK Percentages of Color #9caceb

%34
%27
%0
%8

Triadic Colors of #9caceb

#9caceb #eb9cac #aceb9c

Analogous Colors of #9caceb

#9caceb #b49ceb #9cd4eb

Monochromatic Colors of #9caceb

#9caceb

Complementary Color

#9caceb #ebdb9c

#9caceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9caceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9caceb Color CSS Codes

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

#9caceb Text Font Color

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

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


#9caceb Background Color

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

This div background color is #9caceb


#9caceb Border Color

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

This div border color is #9caceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9caceb


Comments

No comments written yet.

Please login to write comment.