Color Hex Logo

#86ccbe Color Hex

#86CCBE
(134,204,190)
0 Favorites   0 Comments

Color spaces of #86ccbe

RGB 134204190
HSL0.470.410.66
HSV168°34°80°
CMYK 0.340.000.07   0.20
XYZ40.718651.971856.6007
Yxy51.97180.27270.3481
Hunter Lab72.0915-25.34003.9141
CIE-Lab77.2640-25.0750-0.0116

#86ccbe color RGB value is (134,204,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 11001100 10111110
Octal 206 314 276
Decimal 134 204 190
Hex 86 CC BE

RGB Percentages of Color #86ccbe

%25.38
%38.64
%35.98

CMYK Percentages of Color #86ccbe

%34
%0
%7
%20

Triadic Colors of #86ccbe

#86ccbe #be86cc #ccbe86

Analogous Colors of #86ccbe

#86ccbe #86b7cc #86cc9b

Monochromatic Colors of #86ccbe

#86ccbe

Complementary Color

#86ccbe #cc8694

#86ccbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86ccbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#86ccbe Color CSS Codes

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

#86ccbe Text Font Color

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

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


#86ccbe Background Color

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

This div background color is #86ccbe


#86ccbe Border Color

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

This div border color is #86ccbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86ccbe


Comments

No comments written yet.

Please login to write comment.