Color Hex Logo

#86abad Color Hex

#86ABAD
(134,171,173)
0 Favorites   0 Comments

Color spaces of #86abad

RGB 134171173
HSL0.510.190.60
HSV183°23°68°
CMYK 0.230.010.00   0.32
XYZ31.937337.211345.0344
Yxy37.21130.27970.3259
Hunter Lab61.0011-13.2976-1.0704
CIE-Lab67.4353-12.0266-5.1593

#86abad color RGB value is (134,171,173).

#86abad hex color red value is 134, green value is 171 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #86abad hue: 0.51 , saturation: 0.19 and the lightness value of 86abad is 0.60.

The process color (four color CMYK) of #86abad color hex is 0.23, 0.01, 0.00, 0.32. Web safe color of #86abad is #999999. Color #86abad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10101011 10101101
Octal 206 253 255
Decimal 134 171 173
Hex 86 AB AD

RGB Percentages of Color #86abad

%28.03
%35.77
%36.19

CMYK Percentages of Color #86abad

%23
%1
%0
%32

Triadic Colors of #86abad

#86abad #ad86ab #abad86

Analogous Colors of #86abad

#86abad #8698ad #86ad9c

Monochromatic Colors of #86abad

#86abad

Complementary Color

#86abad #ad8886

#86abad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86abad Color Preview on White Background

Lorem ipsum dolor sit amet.

#86abad Color CSS Codes

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

#86abad Text Font Color

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

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


#86abad Background Color

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

This div background color is #86abad


#86abad Border Color

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

This div border color is #86abad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86abad


Comments

No comments written yet.

Please login to write comment.