Color Hex Logo

#86abff Color Hex

#86ABFF
(134,171,255)
0 Favorites   0 Comments

Color spaces of #86abff

RGB 134171255
HSL0.621.000.76
HSV222°47°100°
CMYK 0.470.330.00   0.00
XYZ42.444441.4142100.3644
Yxy41.41420.23040.2248
Hunter Lab64.35395.1099-47.4192
CIE-Lab70.46519.4819-45.5642

#86abff color RGB value is (134,171,255).

#86abff hex color red value is 134, green value is 171 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #86abff hue: 0.62 , saturation: 1.00 and the lightness value of 86abff is 0.76.

The process color (four color CMYK) of #86abff color hex is 0.47, 0.33, 0.00, 0.00. Web safe color of #86abff is #9999ff. Color #86abff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10101011 11111111
Octal 206 253 377
Decimal 134 171 255
Hex 86 AB FF

RGB Percentages of Color #86abff

%23.93
%30.54
%45.54

CMYK Percentages of Color #86abff

%47
%33
%0
%0

Triadic Colors of #86abff

#86abff #ff86ab #abff86

Analogous Colors of #86abff

#86abff #9e86ff #86e8ff

Monochromatic Colors of #86abff

#86abff

Complementary Color

#86abff #ffda86

#86abff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86abff Color Preview on White Background

Lorem ipsum dolor sit amet.

#86abff Color CSS Codes

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

#86abff Text Font Color

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

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


#86abff Background Color

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

This div background color is #86abff


#86abff Border Color

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

This div border color is #86abff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86abff


Comments

No comments written yet.

Please login to write comment.