Color Hex Logo

#8daddb Color Hex

#8DADDB
(141,173,219)
0 Favorites   0 Comments

Color spaces of #8daddb

RGB 141173219
HSL0.600.520.71
HSV215°36°86°
CMYK 0.360.210.00   0.14
XYZ38.714340.664372.8264
Yxy40.66430.25440.2672
Hunter Lab63.7686-3.2265-23.0737
CIE-Lab69.94010.2047-26.7341

#8daddb color RGB value is (141,173,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 10101101 11011011
Octal 215 255 333
Decimal 141 173 219
Hex 8D AD DB

RGB Percentages of Color #8daddb

%26.45
%32.46
%41.09

CMYK Percentages of Color #8daddb

%36
%21
%0
%14

Triadic Colors of #8daddb

#8daddb #db8dad #addb8d

Analogous Colors of #8daddb

#8daddb #948ddb #8dd4db

Monochromatic Colors of #8daddb

#8daddb

Complementary Color

#8daddb #dbbb8d

#8daddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8daddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8daddb Color CSS Codes

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

#8daddb Text Font Color

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

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


#8daddb Background Color

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

This div background color is #8daddb


#8daddb Border Color

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

This div border color is #8daddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8daddb


Comments

No comments written yet.

Please login to write comment.