Color Hex Logo

#86cebe Color Hex

#86CEBE
(134,206,190)
0 Favorites   0 Comments

Color spaces of #86cebe

RGB 134206190
HSL0.460.420.67
HSV167°35°81°
CMYK 0.350.000.08   0.19
XYZ41.197152.928756.7601
Yxy52.92870.27300.3508
Hunter Lab72.7521-26.23764.6693
CIE-Lab77.8329-26.05650.8185

#86cebe color RGB value is (134,206,190).

#86cebe hex color red value is 134, green value is 206 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #86cebe hue: 0.46 , saturation: 0.42 and the lightness value of 86cebe is 0.67.

The process color (four color CMYK) of #86cebe color hex is 0.35, 0.00, 0.08, 0.19. Web safe color of #86cebe is #99cccc. Color #86cebe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 11001110 10111110
Octal 206 316 276
Decimal 134 206 190
Hex 86 CE BE

RGB Percentages of Color #86cebe

%25.28
%38.87
%35.85

CMYK Percentages of Color #86cebe

%35
%0
%8
%19

Triadic Colors of #86cebe

#86cebe #be86ce #cebe86

Analogous Colors of #86cebe

#86cebe #86bace #86ce9a

Monochromatic Colors of #86cebe

#86cebe

Complementary Color

#86cebe #ce8696

#86cebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86cebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#86cebe Color CSS Codes

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

#86cebe Text Font Color

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

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


#86cebe Background Color

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

This div background color is #86cebe


#86cebe Border Color

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

This div border color is #86cebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86cebe


Comments

No comments written yet.

Please login to write comment.