Color Hex Logo

#86bcea Color Hex

#86BCEA
(134,188,234)
0 Favorites   0 Comments

Color spaces of #86bcea

RGB 134188234
HSL0.580.700.72
HSV208°43°92°
CMYK 0.430.200.00   0.08
XYZ42.666046.975384.6603
Yxy46.97530.24480.2695
Hunter Lab68.5385-8.8242-25.2593
CIE-Lab74.1740-5.8404-28.4368

#86bcea color RGB value is (134,188,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10111100 11101010
Octal 206 274 352
Decimal 134 188 234
Hex 86 BC EA

RGB Percentages of Color #86bcea

%24.10
%33.81
%42.09

CMYK Percentages of Color #86bcea

%43
%20
%0
%8

Triadic Colors of #86bcea

#86bcea #ea86bc #bcea86

Analogous Colors of #86bcea

#86bcea #868aea #86eae6

Monochromatic Colors of #86bcea

#86bcea

Complementary Color

#86bcea #eab486

#86bcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86bcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#86bcea Color CSS Codes

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

#86bcea Text Font Color

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

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


#86bcea Background Color

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

This div background color is #86bcea


#86bcea Border Color

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

This div border color is #86bcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86bcea


Comments

No comments written yet.

Please login to write comment.