Color Hex Logo

#86bedc Color Hex

#86BEDC
(134,190,220)
0 Favorites   0 Comments

Color spaces of #86bedc

RGB 134190220
HSL0.560.550.69
HSV201°39°86°
CMYK 0.390.140.00   0.14
XYZ41.163247.062674.6246
Yxy47.06260.25280.2890
Hunter Lab68.6022-12.9489-16.4734
CIE-Lab74.2298-10.6297-20.7659

#86bedc color RGB value is (134,190,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10111110 11011100
Octal 206 276 334
Decimal 134 190 220
Hex 86 BE DC

RGB Percentages of Color #86bedc

%24.63
%34.93
%40.44

CMYK Percentages of Color #86bedc

%39
%14
%0
%14

Triadic Colors of #86bedc

#86bedc #dc86be #bedc86

Analogous Colors of #86bedc

#86bedc #8693dc #86dccf

Monochromatic Colors of #86bedc

#86bedc

Complementary Color

#86bedc #dca486

#86bedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86bedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#86bedc Color CSS Codes

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

#86bedc Text Font Color

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

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


#86bedc Background Color

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

This div background color is #86bedc


#86bedc Border Color

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

This div border color is #86bedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86bedc


Comments

No comments written yet.

Please login to write comment.