Color Hex Logo

#86abca Color Hex

#86ABCA
(134,171,202)
0 Favorites   0 Comments

Color spaces of #86abca

RGB 134171202
HSL0.580.390.66
HSV207°34°79°
CMYK 0.340.150.00   0.21
XYZ35.055138.458461.4527
Yxy38.45840.25970.2849
Hunter Lab62.0148-7.6253-15.3422
CIE-Lab68.3571-5.0380-19.8380

#86abca color RGB value is (134,171,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10101011 11001010
Octal 206 253 312
Decimal 134 171 202
Hex 86 AB CA

RGB Percentages of Color #86abca

%26.43
%33.73
%39.84

CMYK Percentages of Color #86abca

%34
%15
%0
%21

Triadic Colors of #86abca

#86abca #ca86ab #abca86

Analogous Colors of #86abca

#86abca #8689ca #86cac7

Monochromatic Colors of #86abca

#86abca

Complementary Color

#86abca #caa586

#86abca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86abca Color Preview on White Background

Lorem ipsum dolor sit amet.

#86abca Color CSS Codes

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

#86abca Text Font Color

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

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


#86abca Background Color

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

This div background color is #86abca


#86abca Border Color

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

This div border color is #86abca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86abca


Comments

No comments written yet.

Please login to write comment.