Color Hex Logo

#9caedb Color Hex

#9CAEDB
(156,174,219)
0 Favorites   0 Comments

Color spaces of #9caedb

RGB 156174219
HSL0.620.470.74
HSV223°29°86°
CMYK 0.290.210.00   0.14
XYZ41.632542.454573.0181
Yxy42.45450.26500.2702
Hunter Lab65.15710.0286-20.8332
CIE-Lab71.18323.9345-24.7442

#9caedb color RGB value is (156,174,219).

#9caedb hex color red value is 156, green value is 174 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9caedb hue: 0.62 , saturation: 0.47 and the lightness value of 9caedb is 0.74.

The process color (four color CMYK) of #9caedb color hex is 0.29, 0.21, 0.00, 0.14. Web safe color of #9caedb is #9999cc. Color #9caedb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10101110 11011011
Octal 234 256 333
Decimal 156 174 219
Hex 9C AE DB

RGB Percentages of Color #9caedb

%28.42
%31.69
%39.89

CMYK Percentages of Color #9caedb

%29
%21
%0
%14

Triadic Colors of #9caedb

#9caedb #db9cae #aedb9c

Analogous Colors of #9caedb

#9caedb #aa9cdb #9ccedb

Monochromatic Colors of #9caedb

#9caedb

Complementary Color

#9caedb #dbc99c

#9caedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9caedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9caedb Color CSS Codes

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

#9caedb Text Font Color

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

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


#9caedb Background Color

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

This div background color is #9caedb


#9caedb Border Color

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

This div border color is #9caedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9caedb


Comments

No comments written yet.

Please login to write comment.