Color Hex Logo

#86afaf Color Hex

#86AFAF
(134,175,175)
0 Favorites   0 Comments

Color spaces of #86afaf

RGB 134175175
HSL0.500.200.61
HSV180°23°69°
CMYK 0.230.000.00   0.31
XYZ32.899438.823446.3171
Yxy38.82340.27870.3289
Hunter Lab62.3084-14.7902-0.4574
CIE-Lab68.6231-13.6908-4.5128

#86afaf color RGB value is (134,175,175).

#86afaf hex color red value is 134, green value is 175 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #86afaf hue: 0.50 , saturation: 0.20 and the lightness value of 86afaf is 0.61.

The process color (four color CMYK) of #86afaf color hex is 0.23, 0.00, 0.00, 0.31. Web safe color of #86afaf is #999999. Color #86afaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10101111 10101111
Octal 206 257 257
Decimal 134 175 175
Hex 86 AF AF

RGB Percentages of Color #86afaf

%27.69
%36.16
%36.16

CMYK Percentages of Color #86afaf

%23
%0
%0
%31

Triadic Colors of #86afaf

#86afaf #af86af #afaf86

Analogous Colors of #86afaf

#86afaf #869baf #86af9b

Monochromatic Colors of #86afaf

#86afaf

Complementary Color

#86afaf #af8686

#86afaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86afaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#86afaf Color CSS Codes

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

#86afaf Text Font Color

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

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


#86afaf Background Color

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

This div background color is #86afaf


#86afaf Border Color

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

This div border color is #86afaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86afaf


Comments

No comments written yet.

Please login to write comment.