Color Hex Logo

#86bcca Color Hex

#86BCCA
(134,188,202)
0 Favorites   0 Comments

Color spaces of #86bcca

RGB 134188202
HSL0.530.390.66
HSV192°34°79°
CMYK 0.340.070.00   0.21
XYZ38.475445.299062.5928
Yxy45.29900.26290.3095
Hunter Lab67.3045-15.7414-8.0262
CIE-Lab73.0883-14.1294-12.6965

#86bcca color RGB value is (134,188,202).

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

The process color (four color CMYK) of #86bcca color hex is 0.34, 0.07, 0.00, 0.21. Web safe color of #86bcca is #99cccc. Color #86bcca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10111100 11001010
Octal 206 274 312
Decimal 134 188 202
Hex 86 BC CA

RGB Percentages of Color #86bcca

%25.57
%35.88
%38.55

CMYK Percentages of Color #86bcca

%34
%7
%0
%21

Triadic Colors of #86bcca

#86bcca #ca86bc #bcca86

Analogous Colors of #86bcca

#86bcca #869aca #86cab6

Monochromatic Colors of #86bcca

#86bcca

Complementary Color

#86bcca #ca9486

#86bcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86bcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#86bcca Color CSS Codes

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

#86bcca Text Font Color

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

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


#86bcca Background Color

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

This div background color is #86bcca


#86bcca Border Color

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

This div border color is #86bcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86bcca


Comments

No comments written yet.

Please login to write comment.