Color Hex Logo

#86badb Color Hex

#86BADB
(134,186,219)
0 Favorites   0 Comments

Color spaces of #86badb

RGB 134186219
HSL0.560.540.69
HSV203°39°86°
CMYK 0.390.150.00   0.14
XYZ40.176645.300673.6442
Yxy45.30060.25250.2847
Hunter Lab67.3057-11.2335-17.7596
CIE-Lab73.0894-8.7610-21.9565

#86badb color RGB value is (134,186,219).

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

The process color (four color CMYK) of #86badb color hex is 0.39, 0.15, 0.00, 0.14. Web safe color of #86badb is #99cccc. Color #86badb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10111010 11011011
Octal 206 272 333
Decimal 134 186 219
Hex 86 BA DB

RGB Percentages of Color #86badb

%24.86
%34.51
%40.63

CMYK Percentages of Color #86badb

%39
%15
%0
%14

Triadic Colors of #86badb

#86badb #db86ba #badb86

Analogous Colors of #86badb

#86badb #8690db #86dbd2

Monochromatic Colors of #86badb

#86badb

Complementary Color

#86badb #dba786

#86badb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86badb Color Preview on White Background

Lorem ipsum dolor sit amet.

#86badb Color CSS Codes

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

#86badb Text Font Color

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

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


#86badb Background Color

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

This div background color is #86badb


#86badb Border Color

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

This div border color is #86badb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86badb


Comments

No comments written yet.

Please login to write comment.