Color Hex Logo

#86aecb Color Hex

#86AECB
(134,174,203)
0 Favorites   0 Comments

Color spaces of #86aecb

RGB 134174203
HSL0.570.400.66
HSV205°34°80°
CMYK 0.340.140.00   0.20
XYZ35.747139.652262.2695
Yxy39.65220.25970.2880
Hunter Lab62.9700-8.8658-14.5514
CIE-Lab69.2211-6.4179-19.0774

#86aecb color RGB value is (134,174,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10101110 11001011
Octal 206 256 313
Decimal 134 174 203
Hex 86 AE CB

RGB Percentages of Color #86aecb

%26.22
%34.05
%39.73

CMYK Percentages of Color #86aecb

%34
%14
%0
%20

Triadic Colors of #86aecb

#86aecb #cb86ae #aecb86

Analogous Colors of #86aecb

#86aecb #868ccb #86cbc6

Monochromatic Colors of #86aecb

#86aecb

Complementary Color

#86aecb #cba386

#86aecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86aecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#86aecb Color CSS Codes

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

#86aecb Text Font Color

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

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


#86aecb Background Color

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

This div background color is #86aecb


#86aecb Border Color

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

This div border color is #86aecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86aecb


Comments

No comments written yet.

Please login to write comment.