Color Hex Logo

#86afcb Color Hex

#86AFCB
(134,175,203)
0 Favorites   0 Comments

Color spaces of #86afcb

RGB 134175203
HSL0.570.400.66
HSV204°34°80°
CMYK 0.340.140.00   0.20
XYZ35.941040.040162.3341
Yxy40.04010.25980.2895
Hunter Lab63.2772-9.3485-14.1122
CIE-Lab69.4981-6.9605-18.6572

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10101111 11001011
Octal 206 257 313
Decimal 134 175 203
Hex 86 AF CB

RGB Percentages of Color #86afcb

%26.17
%34.18
%39.65

CMYK Percentages of Color #86afcb

%34
%14
%0
%20

Triadic Colors of #86afcb

#86afcb #cb86af #afcb86

Analogous Colors of #86afcb

#86afcb #868dcb #86cbc5

Monochromatic Colors of #86afcb

#86afcb

Complementary Color

#86afcb #cba286

#86afcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86afcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#86afcb Color CSS Codes

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

#86afcb Text Font Color

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

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


#86afcb Background Color

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

This div background color is #86afcb


#86afcb Border Color

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

This div border color is #86afcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86afcb


Comments

No comments written yet.

Please login to write comment.