Color Hex Logo

#86bfcc Color Hex

#86BFCC
(134,191,204)
0 Favorites   0 Comments

Color spaces of #86bfcc

RGB 134191204
HSL0.530.410.66
HSV191°34°80°
CMYK 0.340.060.00   0.20
XYZ39.361446.689664.0642
Yxy46.68960.26220.3110
Hunter Lab68.3298-16.7521-7.7579
CIE-Lab73.9908-15.2016-12.4336

#86bfcc color RGB value is (134,191,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10111111 11001100
Octal 206 277 314
Decimal 134 191 204
Hex 86 BF CC

RGB Percentages of Color #86bfcc

%25.33
%36.11
%38.56

CMYK Percentages of Color #86bfcc

%34
%6
%0
%20

Triadic Colors of #86bfcc

#86bfcc #cc86bf #bfcc86

Analogous Colors of #86bfcc

#86bfcc #869ccc #86ccb6

Monochromatic Colors of #86bfcc

#86bfcc

Complementary Color

#86bfcc #cc9386

#86bfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86bfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#86bfcc Color CSS Codes

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

#86bfcc Text Font Color

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

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


#86bfcc Background Color

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

This div background color is #86bfcc


#86bfcc Border Color

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

This div border color is #86bfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86bfcc


Comments

No comments written yet.

Please login to write comment.