Color Hex Logo

#86cbcc Color Hex

#86CBCC
(134,203,204)
0 Favorites   0 Comments

Color spaces of #86cbcc

RGB 134203204
HSL0.500.410.66
HSV181°34°80°
CMYK 0.340.000.00   0.20
XYZ42.086552.139864.9725
Yxy52.13980.26440.3275
Hunter Lab72.2079-22.3248-2.8035
CIE-Lab77.3644-21.3333-7.4054

#86cbcc color RGB value is (134,203,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 11001011 11001100
Octal 206 313 314
Decimal 134 203 204
Hex 86 CB CC

RGB Percentages of Color #86cbcc

%24.77
%37.52
%37.71

CMYK Percentages of Color #86cbcc

%34
%0
%0
%20

Triadic Colors of #86cbcc

#86cbcc #cc86cb #cbcc86

Analogous Colors of #86cbcc

#86cbcc #86a8cc #86ccaa

Monochromatic Colors of #86cbcc

#86cbcc

Complementary Color

#86cbcc #cc8786

#86cbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86cbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#86cbcc Color CSS Codes

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

#86cbcc Text Font Color

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

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


#86cbcc Background Color

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

This div background color is #86cbcc


#86cbcc Border Color

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

This div border color is #86cbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86cbcc


Comments

No comments written yet.

Please login to write comment.