Color Hex Logo

#86bbbf Color Hex

#86BBBF
(134,187,191)
0 Favorites   0 Comments

Color spaces of #86bbbf

RGB 134187191
HSL0.510.310.64
HSV184°30°75°
CMYK 0.300.020.00   0.25
XYZ37.005844.370655.9042
Yxy44.37060.26960.3232
Hunter Lab66.6113-17.4043-3.1319
CIE-Lab72.4755-16.2583-7.6052

#86bbbf color RGB value is (134,187,191).

#86bbbf hex color red value is 134, green value is 187 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #86bbbf hue: 0.51 , saturation: 0.31 and the lightness value of 86bbbf is 0.64.

The process color (four color CMYK) of #86bbbf color hex is 0.30, 0.02, 0.00, 0.25. Web safe color of #86bbbf is #99cccc. Color #86bbbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10111011 10111111
Octal 206 273 277
Decimal 134 187 191
Hex 86 BB BF

RGB Percentages of Color #86bbbf

%26.17
%36.52
%37.30

CMYK Percentages of Color #86bbbf

%30
%2
%0
%25

Triadic Colors of #86bbbf

#86bbbf #bf86bb #bbbf86

Analogous Colors of #86bbbf

#86bbbf #869fbf #86bfa7

Monochromatic Colors of #86bbbf

#86bbbf

Complementary Color

#86bbbf #bf8a86

#86bbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86bbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#86bbbf Color CSS Codes

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

#86bbbf Text Font Color

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

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


#86bbbf Background Color

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

This div background color is #86bbbf


#86bbbf Border Color

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

This div border color is #86bbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86bbbf


Comments

No comments written yet.

Please login to write comment.