Color Hex Logo

#86a7db Color Hex

#86A7DB
(134,167,219)
0 Favorites   0 Comments

Color spaces of #86a7db

RGB 134167219
HSL0.600.540.69
HSV217°39°86°
CMYK 0.390.240.00   0.14
XYZ36.436437.820272.3975
Yxy37.82020.24850.2579
Hunter Lab61.4981-1.8641-26.7493
CIE-Lab67.88791.6337-29.9283

#86a7db color RGB value is (134,167,219).

#86a7db hex color red value is 134, green value is 167 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #86a7db hue: 0.60 , saturation: 0.54 and the lightness value of 86a7db is 0.69.

The process color (four color CMYK) of #86a7db color hex is 0.39, 0.24, 0.00, 0.14. Web safe color of #86a7db is #9999cc. Color #86a7db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10100111 11011011
Octal 206 247 333
Decimal 134 167 219
Hex 86 A7 DB

RGB Percentages of Color #86a7db

%25.77
%32.12
%42.12

CMYK Percentages of Color #86a7db

%39
%24
%0
%14

Triadic Colors of #86a7db

#86a7db #db86a7 #a7db86

Analogous Colors of #86a7db

#86a7db #9086db #86d2db

Monochromatic Colors of #86a7db

#86a7db

Complementary Color

#86a7db #dbba86

#86a7db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86a7db Color Preview on White Background

Lorem ipsum dolor sit amet.

#86a7db Color CSS Codes

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

#86a7db Text Font Color

<p style="color:#86a7db">Text here</p>

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


#86a7db Background Color

<div style="background-color:#86a7db">
Div content here</div>

This div background color is #86a7db


#86a7db Border Color

<div style="border:3px solid #86a7db">
Div here</div>

This div border color is #86a7db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,167,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #86a7db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #86a7db;
  -webkit-box-shadow: 1px 1px 3px 2px #86a7db;
  box-shadow:         1px 1px 3px 2px #86a7db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,167,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 #86a7db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86a7db


Comments

No comments written yet.

Please login to write comment.