Color Hex Logo

#86baed Color Hex

#86BAED
(134,186,237)
0 Favorites   0 Comments

Color spaces of #86baed

RGB 134186237
HSL0.580.740.73
HSV210°43°93°
CMYK 0.430.220.00   0.07
XYZ42.676546.300686.8084
Yxy46.30060.24280.2634
Hunter Lab68.0445-7.1255-28.0085
CIE-Lab73.7402-3.9392-30.7272

#86baed color RGB value is (134,186,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10111010 11101101
Octal 206 272 355
Decimal 134 186 237
Hex 86 BA ED

RGB Percentages of Color #86baed

%24.06
%33.39
%42.55

CMYK Percentages of Color #86baed

%43
%22
%0
%7

Triadic Colors of #86baed

#86baed #ed86ba #baed86

Analogous Colors of #86baed

#86baed #8687ed #86eded

Monochromatic Colors of #86baed

#86baed

Complementary Color

#86baed #edb986

#86baed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86baed Color Preview on White Background

Lorem ipsum dolor sit amet.

#86baed Color CSS Codes

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

#86baed Text Font Color

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

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


#86baed Background Color

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

This div background color is #86baed


#86baed Border Color

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

This div border color is #86baed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86baed


Comments

No comments written yet.

Please login to write comment.