Color Hex Logo

#86adcb Color Hex

#86ADCB
(134,173,203)
0 Favorites   0 Comments

Color spaces of #86adcb

RGB 134173203
HSL0.570.400.66
HSV206°34°80°
CMYK 0.340.150.00   0.20
XYZ35.554639.267362.2053
Yxy39.26730.25950.2866
Hunter Lab62.6636-8.3826-14.9918
CIE-Lab68.9444-5.8745-19.4973

#86adcb color RGB value is (134,173,203).

#86adcb hex color red value is 134, green value is 173 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #86adcb hue: 0.57 , saturation: 0.40 and the lightness value of 86adcb is 0.66.

The process color (four color CMYK) of #86adcb color hex is 0.34, 0.15, 0.00, 0.20. Web safe color of #86adcb is #9999cc. Color #86adcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10101101 11001011
Octal 206 255 313
Decimal 134 173 203
Hex 86 AD CB

RGB Percentages of Color #86adcb

%26.27
%33.92
%39.80

CMYK Percentages of Color #86adcb

%34
%15
%0
%20

Triadic Colors of #86adcb

#86adcb #cb86ad #adcb86

Analogous Colors of #86adcb

#86adcb #868bcb #86cbc7

Monochromatic Colors of #86adcb

#86adcb

Complementary Color

#86adcb #cba486

#86adcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86adcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#86adcb Color CSS Codes

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

#86adcb Text Font Color

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

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


#86adcb Background Color

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

This div background color is #86adcb


#86adcb Border Color

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

This div border color is #86adcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86adcb


Comments

No comments written yet.

Please login to write comment.