Color Hex Logo

#8daadb Color Hex

#8DAADB
(141,170,219)
0 Favorites   0 Comments

Color spaces of #8daadb

RGB 141170219
HSL0.600.520.71
HSV218°36°86°
CMYK 0.360.220.00   0.14
XYZ38.145439.526672.6368
Yxy39.52660.25380.2630
Hunter Lab62.8702-1.7210-24.4913
CIE-Lab69.13101.8676-27.9771

#8daadb color RGB value is (141,170,219).

#8daadb hex color red value is 141, green value is 170 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8daadb hue: 0.60 , saturation: 0.52 and the lightness value of 8daadb is 0.71.

The process color (four color CMYK) of #8daadb color hex is 0.36, 0.22, 0.00, 0.14. Web safe color of #8daadb is #9999cc. Color #8daadb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 10101010 11011011
Octal 215 252 333
Decimal 141 170 219
Hex 8D AA DB

RGB Percentages of Color #8daadb

%26.60
%32.08
%41.32

CMYK Percentages of Color #8daadb

%36
%22
%0
%14

Triadic Colors of #8daadb

#8daadb #db8daa #aadb8d

Analogous Colors of #8daadb

#8daadb #978ddb #8dd1db

Monochromatic Colors of #8daadb

#8daadb

Complementary Color

#8daadb #dbbe8d

#8daadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8daadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8daadb Color CSS Codes

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

#8daadb Text Font Color

<p style="color:#8daadb">Text here</p>

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


#8daadb Background Color

<div style="background-color:#8daadb">
Div content here</div>

This div background color is #8daadb


#8daadb Border Color

<div style="border:3px solid #8daadb">
Div here</div>

This div border color is #8daadb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(141,170,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8daadb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8daadb;
  -webkit-box-shadow: 1px 1px 3px 2px #8daadb;
  box-shadow:         1px 1px 3px 2px #8daadb; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8daadb


Comments

No comments written yet.

Please login to write comment.