Color Hex Logo

#86bdea Color Hex

#86BDEA
(134,189,234)
0 Favorites   0 Comments

Color spaces of #86bdea

RGB 134189234
HSL0.580.700.72
HSV207°43°92°
CMYK 0.430.190.00   0.08
XYZ42.880447.404084.7318
Yxy47.40400.24500.2709
Hunter Lab68.8506-9.3180-24.7706
CIE-Lab74.4474-6.3790-28.0170

#86bdea color RGB value is (134,189,234).

#86bdea hex color red value is 134, green value is 189 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #86bdea hue: 0.58 , saturation: 0.70 and the lightness value of 86bdea is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10111101 11101010
Octal 206 275 352
Decimal 134 189 234
Hex 86 BD EA

RGB Percentages of Color #86bdea

%24.06
%33.93
%42.01

CMYK Percentages of Color #86bdea

%43
%19
%0
%8

Triadic Colors of #86bdea

#86bdea #ea86bd #bdea86

Analogous Colors of #86bdea

#86bdea #868bea #86eae5

Monochromatic Colors of #86bdea

#86bdea

Complementary Color

#86bdea #eab386

#86bdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86bdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#86bdea Color CSS Codes

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

#86bdea Text Font Color

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

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


#86bdea Background Color

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

This div background color is #86bdea


#86bdea Border Color

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

This div border color is #86bdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86bdea


Comments

No comments written yet.

Please login to write comment.