Color Hex Logo

#86bccc Color Hex

#86BCCC
(134,188,204)
0 Favorites   0 Comments

Color spaces of #86bccc

RGB 134188204
HSL0.540.410.66
HSV194°34°80°
CMYK 0.340.080.00   0.20
XYZ38.713845.394463.8483
Yxy45.39440.26170.3068
Hunter Lab67.3754-15.3410-9.0234
CIE-Lab73.1508-13.6364-13.6933

#86bccc color RGB value is (134,188,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10111100 11001100
Octal 206 274 314
Decimal 134 188 204
Hex 86 BC CC

RGB Percentages of Color #86bccc

%25.48
%35.74
%38.78

CMYK Percentages of Color #86bccc

%34
%8
%0
%20

Triadic Colors of #86bccc

#86bccc #cc86bc #bccc86

Analogous Colors of #86bccc

#86bccc #8699cc #86ccb9

Monochromatic Colors of #86bccc

#86bccc

Complementary Color

#86bccc #cc9686

#86bccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86bccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#86bccc Color CSS Codes

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

#86bccc Text Font Color

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

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


#86bccc Background Color

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

This div background color is #86bccc


#86bccc Border Color

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

This div border color is #86bccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86bccc


Comments

No comments written yet.

Please login to write comment.