Color Hex Logo

#86badc Color Hex

#86BADC
(134,186,220)
0 Favorites   0 Comments

Color spaces of #86badc

RGB 134186220
HSL0.570.550.69
HSV204°39°86°
CMYK 0.390.150.00   0.14
XYZ40.308745.353574.3397
Yxy45.35350.25190.2835
Hunter Lab67.3450-11.0143-18.3066
CIE-Lab73.1241-8.4996-22.4477

#86badc color RGB value is (134,186,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10111010 11011100
Octal 206 272 334
Decimal 134 186 220
Hex 86 BA DC

RGB Percentages of Color #86badc

%24.81
%34.44
%40.74

CMYK Percentages of Color #86badc

%39
%15
%0
%14

Triadic Colors of #86badc

#86badc #dc86ba #badc86

Analogous Colors of #86badc

#86badc #868fdc #86dcd3

Monochromatic Colors of #86badc

#86badc

Complementary Color

#86badc #dca886

#86badc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86badc Color Preview on White Background

Lorem ipsum dolor sit amet.

#86badc Color CSS Codes

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

#86badc Text Font Color

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

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


#86badc Background Color

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

This div background color is #86badc


#86badc Border Color

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

This div border color is #86badc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,186,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #86badc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86badc


Comments

No comments written yet.

Please login to write comment.