Color Hex Logo

#9c9aeb Color Hex

#9C9AEB
(156,154,235)
0 Favorites   0 Comments

Color spaces of #9c9aeb

RGB 156154235
HSL0.670.670.76
HSV241°34°92°
CMYK 0.340.340.00   0.08
XYZ40.261336.177383.4582
Yxy36.17730.25180.2263
Hunter Lab60.147614.2253-40.1650
CIE-Lab66.655219.2362-40.5256

#9c9aeb color RGB value is (156,154,235).

#9c9aeb hex color red value is 156, green value is 154 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9c9aeb hue: 0.67 , saturation: 0.67 and the lightness value of 9c9aeb is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10011010 11101011
Octal 234 232 353
Decimal 156 154 235
Hex 9C 9A EB

RGB Percentages of Color #9c9aeb

%28.62
%28.26
%43.12

CMYK Percentages of Color #9c9aeb

%34
%34
%0
%8

Triadic Colors of #9c9aeb

#9c9aeb #eb9c9a #9aeb9c

Analogous Colors of #9c9aeb

#9c9aeb #c59aeb #9ac1eb

Monochromatic Colors of #9c9aeb

#9c9aeb

Complementary Color

#9c9aeb #e9eb9a

#9c9aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c9aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c9aeb Color CSS Codes

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

#9c9aeb Text Font Color

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

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


#9c9aeb Background Color

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

This div background color is #9c9aeb


#9c9aeb Border Color

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

This div border color is #9c9aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c9aeb


Comments

No comments written yet.

Please login to write comment.