Color Hex Logo

#86b4ae Color Hex

#86B4AE
(134,180,174)
0 Favorites   0 Comments

Color spaces of #86b4ae

RGB 134180174
HSL0.480.230.62
HSV172°26°71°
CMYK 0.260.000.03   0.29
XYZ33.792840.766846.1321
Yxy40.76680.28000.3378
Hunter Lab63.8489-17.26221.8560
CIE-Lab70.0122-16.5287-1.9173

#86b4ae color RGB value is (134,180,174).

#86b4ae hex color red value is 134, green value is 180 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #86b4ae hue: 0.48 , saturation: 0.23 and the lightness value of 86b4ae is 0.62.

The process color (four color CMYK) of #86b4ae color hex is 0.26, 0.00, 0.03, 0.29. Web safe color of #86b4ae is #99cc99. Color #86b4ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10110100 10101110
Octal 206 264 256
Decimal 134 180 174
Hex 86 B4 AE

RGB Percentages of Color #86b4ae

%27.46
%36.89
%35.66

CMYK Percentages of Color #86b4ae

%26
%0
%3
%29

Triadic Colors of #86b4ae

#86b4ae #ae86b4 #b4ae86

Analogous Colors of #86b4ae

#86b4ae #86a3b4 #86b497

Monochromatic Colors of #86b4ae

#86b4ae

Complementary Color

#86b4ae #b4868c

#86b4ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86b4ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#86b4ae Color CSS Codes

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

#86b4ae Text Font Color

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

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


#86b4ae Background Color

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

This div background color is #86b4ae


#86b4ae Border Color

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

This div border color is #86b4ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86b4ae


Comments

No comments written yet.

Please login to write comment.