Color Hex Logo

#86abcf Color Hex

#86ABCF
(134,171,207)
0 Favorites   0 Comments

Color spaces of #86abcf

RGB 134171207
HSL0.580.430.67
HSV210°35°81°
CMYK 0.350.170.00   0.19
XYZ35.656938.699164.6218
Yxy38.69910.25660.2785
Hunter Lab62.2086-6.5519-18.0440
CIE-Lab68.5327-3.7547-22.3288

#86abcf color RGB value is (134,171,207).

#86abcf hex color red value is 134, green value is 171 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #86abcf hue: 0.58 , saturation: 0.43 and the lightness value of 86abcf is 0.67.

The process color (four color CMYK) of #86abcf color hex is 0.35, 0.17, 0.00, 0.19. Web safe color of #86abcf is #9999cc. Color #86abcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10101011 11001111
Octal 206 253 317
Decimal 134 171 207
Hex 86 AB CF

RGB Percentages of Color #86abcf

%26.17
%33.40
%40.43

CMYK Percentages of Color #86abcf

%35
%17
%0
%19

Triadic Colors of #86abcf

#86abcf #cf86ab #abcf86

Analogous Colors of #86abcf

#86abcf #8687cf #86cfcf

Monochromatic Colors of #86abcf

#86abcf

Complementary Color

#86abcf #cfaa86

#86abcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86abcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#86abcf Color CSS Codes

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

#86abcf Text Font Color

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

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


#86abcf Background Color

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

This div background color is #86abcf


#86abcf Border Color

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

This div border color is #86abcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86abcf


Comments

No comments written yet.

Please login to write comment.