Color Hex Logo

#86bced Color Hex

#86BCED
(134,188,237)
0 Favorites   0 Comments

Color spaces of #86bced

RGB 134188237
HSL0.580.740.73
HSV209°43°93°
CMYK 0.430.210.00   0.07
XYZ43.100847.149286.9498
Yxy47.14920.24320.2661
Hunter Lab68.6653-8.1208-27.0123
CIE-Lab74.2851-5.0234-29.8883

#86bced color RGB value is (134,188,237).

#86bced hex color red value is 134, green value is 188 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #86bced hue: 0.58 , saturation: 0.74 and the lightness value of 86bced is 0.73.

The process color (four color CMYK) of #86bced color hex is 0.43, 0.21, 0.00, 0.07. Web safe color of #86bced is #99ccff. Color #86bced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10111100 11101101
Octal 206 274 355
Decimal 134 188 237
Hex 86 BC ED

RGB Percentages of Color #86bced

%23.97
%33.63
%42.40

CMYK Percentages of Color #86bced

%43
%21
%0
%7

Triadic Colors of #86bced

#86bced #ed86bc #bced86

Analogous Colors of #86bced

#86bced #8689ed #86edeb

Monochromatic Colors of #86bced

#86bced

Complementary Color

#86bced #edb786

#86bced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86bced Color Preview on White Background

Lorem ipsum dolor sit amet.

#86bced Color CSS Codes

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

#86bced Text Font Color

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

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


#86bced Background Color

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

This div background color is #86bced


#86bced Border Color

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

This div border color is #86bced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86bced


Comments

No comments written yet.

Please login to write comment.