Color Hex Logo

#9caaeb Color Hex

#9CAAEB
(156,170,235)
0 Favorites   0 Comments

Color spaces of #9caaeb

RGB 156170235
HSL0.640.660.77
HSV229°34°92°
CMYK 0.340.280.00   0.08
XYZ43.080441.815584.3979
Yxy41.81550.25450.2470
Hunter Lab64.66495.7549-32.1174
CIE-Lab70.743510.1814-34.1611

#9caaeb color RGB value is (156,170,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10101010 11101011
Octal 234 252 353
Decimal 156 170 235
Hex 9C AA EB

RGB Percentages of Color #9caaeb

%27.81
%30.30
%41.89

CMYK Percentages of Color #9caaeb

%34
%28
%0
%8

Triadic Colors of #9caaeb

#9caaeb #eb9caa #aaeb9c

Analogous Colors of #9caaeb

#9caaeb #b69ceb #9cd2eb

Monochromatic Colors of #9caaeb

#9caaeb

Complementary Color

#9caaeb #ebdd9c

#9caaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9caaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9caaeb Color CSS Codes

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

#9caaeb Text Font Color

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

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


#9caaeb Background Color

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

This div background color is #9caaeb


#9caaeb Border Color

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

This div border color is #9caaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9caaeb


Comments

No comments written yet.

Please login to write comment.