Color Hex Logo

#86abeb Color Hex

#86ABEB
(134,171,235)
0 Favorites   0 Comments

Color spaces of #86abeb

RGB 134171235
HSL0.610.720.72
HSV218°43°92°
CMYK 0.430.270.00   0.08
XYZ39.389840.192384.2791
Yxy40.19230.24040.2453
Hunter Lab63.3974-0.0406-34.4406
CIE-Lab69.60633.7867-36.0356

#86abeb color RGB value is (134,171,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10101011 11101011
Octal 206 253 353
Decimal 134 171 235
Hex 86 AB EB

RGB Percentages of Color #86abeb

%24.81
%31.67
%43.52

CMYK Percentages of Color #86abeb

%43
%27
%0
%8

Triadic Colors of #86abeb

#86abeb #eb86ab #abeb86

Analogous Colors of #86abeb

#86abeb #9486eb #86deeb

Monochromatic Colors of #86abeb

#86abeb

Complementary Color

#86abeb #ebc686

#86abeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86abeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#86abeb Color CSS Codes

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

#86abeb Text Font Color

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

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


#86abeb Background Color

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

This div background color is #86abeb


#86abeb Border Color

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

This div border color is #86abeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86abeb


Comments

No comments written yet.

Please login to write comment.