Color Hex Logo

#86abcb Color Hex

#86ABCB
(134,171,203)
0 Favorites   0 Comments

Color spaces of #86abcb

RGB 134171203
HSL0.580.400.66
HSV208°34°80°
CMYK 0.340.160.00   0.20
XYZ35.173938.505962.0784
Yxy38.50590.25910.2836
Hunter Lab62.0531-7.4129-15.8770
CIE-Lab68.3918-4.7830-20.3372

#86abcb color RGB value is (134,171,203).

#86abcb hex color red value is 134, green value is 171 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #86abcb hue: 0.58 , saturation: 0.40 and the lightness value of 86abcb is 0.66.

The process color (four color CMYK) of #86abcb color hex is 0.34, 0.16, 0.00, 0.20. Web safe color of #86abcb is #9999cc. Color #86abcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10101011 11001011
Octal 206 253 313
Decimal 134 171 203
Hex 86 AB CB

RGB Percentages of Color #86abcb

%26.38
%33.66
%39.96

CMYK Percentages of Color #86abcb

%34
%16
%0
%20

Triadic Colors of #86abcb

#86abcb #cb86ab #abcb86

Analogous Colors of #86abcb

#86abcb #8689cb #86cbc9

Monochromatic Colors of #86abcb

#86abcb

Complementary Color

#86abcb #cba686

#86abcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86abcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#86abcb Color CSS Codes

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

#86abcb Text Font Color

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

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


#86abcb Background Color

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

This div background color is #86abcb


#86abcb Border Color

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

This div border color is #86abcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86abcb


Comments

No comments written yet.

Please login to write comment.