Color Hex Logo

#86aebf Color Hex

#86AEBF
(134,174,191)
0 Favorites   0 Comments

Color spaces of #86aebf

RGB 134174191
HSL0.550.310.64
HSV198°30°75°
CMYK 0.300.090.00   0.25
XYZ34.371539.102055.0261
Yxy39.10200.26750.3043
Hunter Lab62.5316-11.3149-8.4015
CIE-Lab68.8251-9.4012-13.0561

#86aebf color RGB value is (134,174,191).

#86aebf hex color red value is 134, green value is 174 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #86aebf hue: 0.55 , saturation: 0.31 and the lightness value of 86aebf is 0.64.

The process color (four color CMYK) of #86aebf color hex is 0.30, 0.09, 0.00, 0.25. Web safe color of #86aebf is #9999cc. Color #86aebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10101110 10111111
Octal 206 256 277
Decimal 134 174 191
Hex 86 AE BF

RGB Percentages of Color #86aebf

%26.85
%34.87
%38.28

CMYK Percentages of Color #86aebf

%30
%9
%0
%25

Triadic Colors of #86aebf

#86aebf #bf86ae #aebf86

Analogous Colors of #86aebf

#86aebf #8692bf #86bfb4

Monochromatic Colors of #86aebf

#86aebf

Complementary Color

#86aebf #bf9786

#86aebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86aebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#86aebf Color CSS Codes

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

#86aebf Text Font Color

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

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


#86aebf Background Color

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

This div background color is #86aebf


#86aebf Border Color

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

This div border color is #86aebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86aebf


Comments

No comments written yet.

Please login to write comment.