Color Hex Logo

#86abea Color Hex

#86ABEA
(134,171,234)
0 Favorites   0 Comments

Color spaces of #86abea

RGB 134171234
HSL0.610.700.72
HSV218°43°92°
CMYK 0.430.270.00   0.08
XYZ39.245740.134783.5202
Yxy40.13470.24090.2464
Hunter Lab63.3520-0.2875-33.8187
CIE-Lab69.56543.5079-35.5533

#86abea color RGB value is (134,171,234).

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

The process color (four color CMYK) of #86abea color hex is 0.43, 0.27, 0.00, 0.08. Web safe color of #86abea is #9999ff. Color #86abea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10101011 11101010
Octal 206 253 352
Decimal 134 171 234
Hex 86 AB EA

RGB Percentages of Color #86abea

%24.86
%31.73
%43.41

CMYK Percentages of Color #86abea

%43
%27
%0
%8

Triadic Colors of #86abea

#86abea #ea86ab #abea86

Analogous Colors of #86abea

#86abea #9386ea #86ddea

Monochromatic Colors of #86abea

#86abea

Complementary Color

#86abea #eac586

#86abea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86abea Color Preview on White Background

Lorem ipsum dolor sit amet.

#86abea Color CSS Codes

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

#86abea Text Font Color

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

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


#86abea Background Color

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

This div background color is #86abea


#86abea Border Color

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

This div border color is #86abea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86abea


Comments

No comments written yet.

Please login to write comment.