Color Hex Logo

#8dacdb Color Hex

#8DACDB
(141,172,219)
0 Favorites   0 Comments

Color spaces of #8dacdb

RGB 141172219
HSL0.600.520.71
HSV216°36°86°
CMYK 0.360.210.00   0.14
XYZ38.523240.282272.7627
Yxy40.28220.25420.2658
Hunter Lab63.4683-2.7257-23.5448
CIE-Lab69.67010.7577-27.1486

#8dacdb color RGB value is (141,172,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 10101100 11011011
Octal 215 254 333
Decimal 141 172 219
Hex 8D AC DB

RGB Percentages of Color #8dacdb

%26.50
%32.33
%41.17

CMYK Percentages of Color #8dacdb

%36
%21
%0
%14

Triadic Colors of #8dacdb

#8dacdb #db8dac #acdb8d

Analogous Colors of #8dacdb

#8dacdb #958ddb #8dd3db

Monochromatic Colors of #8dacdb

#8dacdb

Complementary Color

#8dacdb #dbbc8d

#8dacdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dacdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dacdb Color CSS Codes

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

#8dacdb Text Font Color

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

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


#8dacdb Background Color

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

This div background color is #8dacdb


#8dacdb Border Color

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

This div border color is #8dacdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dacdb


Comments

No comments written yet.

Please login to write comment.