Color Hex Logo

#9cacea Color Hex

#9CACEA
(156,172,234)
0 Favorites   0 Comments

Color spaces of #9cacea

RGB 156172234
HSL0.630.650.76
HSV228°33°92°
CMYK 0.330.260.00   0.08
XYZ43.314142.513583.7649
Yxy42.51350.25540.2507
Hunter Lab65.20244.4738-30.5277
CIE-Lab71.22358.8057-32.8731

#9cacea color RGB value is (156,172,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10101100 11101010
Octal 234 254 352
Decimal 156 172 234
Hex 9C AC EA

RGB Percentages of Color #9cacea

%27.76
%30.60
%41.64

CMYK Percentages of Color #9cacea

%33
%26
%0
%8

Triadic Colors of #9cacea

#9cacea #ea9cac #acea9c

Analogous Colors of #9cacea

#9cacea #b39cea #9cd3ea

Monochromatic Colors of #9cacea

#9cacea

Complementary Color

#9cacea #eada9c

#9cacea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cacea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cacea Color CSS Codes

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

#9cacea Text Font Color

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

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


#9cacea Background Color

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

This div background color is #9cacea


#9cacea Border Color

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

This div border color is #9cacea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cacea


Comments

No comments written yet.

Please login to write comment.