Color Hex Logo

#86baea Color Hex

#86BAEA
(134,186,234)
0 Favorites   0 Comments

Color spaces of #86baea

RGB 134186234
HSL0.580.700.72
HSV209°43°92°
CMYK 0.430.210.00   0.08
XYZ42.241746.126784.5189
Yxy46.12670.24430.2668
Hunter Lab67.9166-7.8336-26.2418
CIE-Lab73.6277-4.7590-29.2762

#86baea color RGB value is (134,186,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10111010 11101010
Octal 206 272 352
Decimal 134 186 234
Hex 86 BA EA

RGB Percentages of Color #86baea

%24.19
%33.57
%42.24

CMYK Percentages of Color #86baea

%43
%21
%0
%8

Triadic Colors of #86baea

#86baea #ea86ba #baea86

Analogous Colors of #86baea

#86baea #8688ea #86eae8

Monochromatic Colors of #86baea

#86baea

Complementary Color

#86baea #eab686

#86baea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86baea Color Preview on White Background

Lorem ipsum dolor sit amet.

#86baea Color CSS Codes

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

#86baea Text Font Color

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

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


#86baea Background Color

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

This div background color is #86baea


#86baea Border Color

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

This div border color is #86baea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86baea


Comments

No comments written yet.

Please login to write comment.