Color Hex Logo

#8da4db Color Hex

#8DA4DB
(141,164,219)
0 Favorites   0 Comments

Color spaces of #8da4db

RGB 141164219
HSL0.620.520.71
HSV222°36°86°
CMYK 0.360.250.00   0.14
XYZ37.046137.328172.2703
Yxy37.32810.25260.2545
Hunter Lab61.09671.3145-27.3654
CIE-Lab67.52255.2235-30.4560

#8da4db color RGB value is (141,164,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 10100100 11011011
Octal 215 244 333
Decimal 141 164 219
Hex 8D A4 DB

RGB Percentages of Color #8da4db

%26.91
%31.30
%41.79

CMYK Percentages of Color #8da4db

%36
%25
%0
%14

Triadic Colors of #8da4db

#8da4db #db8da4 #a4db8d

Analogous Colors of #8da4db

#8da4db #9d8ddb #8dcbdb

Monochromatic Colors of #8da4db

#8da4db

Complementary Color

#8da4db #dbc48d

#8da4db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8da4db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8da4db Color CSS Codes

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

#8da4db Text Font Color

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

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


#8da4db Background Color

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

This div background color is #8da4db


#8da4db Border Color

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

This div border color is #8da4db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8da4db


Comments

No comments written yet.

Please login to write comment.