Color Hex Logo

#86cdbe Color Hex

#86CDBE
(134,205,190)
0 Favorites   0 Comments

Color spaces of #86cdbe

RGB 134205190
HSL0.460.420.66
HSV167°35°80°
CMYK 0.350.000.07   0.20
XYZ40.957152.448756.6801
Yxy52.44870.27290.3495
Hunter Lab72.4215-25.78904.2922
CIE-Lab77.5484-25.56640.4036

#86cdbe color RGB value is (134,205,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 11001101 10111110
Octal 206 315 276
Decimal 134 205 190
Hex 86 CD BE

RGB Percentages of Color #86cdbe

%25.33
%38.75
%35.92

CMYK Percentages of Color #86cdbe

%35
%0
%7
%20

Triadic Colors of #86cdbe

#86cdbe #be86cd #cdbe86

Analogous Colors of #86cdbe

#86cdbe #86b9cd #86cd9b

Monochromatic Colors of #86cdbe

#86cdbe

Complementary Color

#86cdbe #cd8695

#86cdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86cdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#86cdbe Color CSS Codes

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

#86cdbe Text Font Color

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

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


#86cdbe Background Color

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

This div background color is #86cdbe


#86cdbe Border Color

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

This div border color is #86cdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86cdbe


Comments

No comments written yet.

Please login to write comment.