Color Hex Logo

#86faab Color Hex

#86FAAB
(134,250,171)
0 Favorites   0 Comments

Color spaces of #86faab

RGB 134250171
HSL0.390.920.75
HSV139°46°98°
CMYK 0.460.000.32   0.02
XYZ51.367876.379850.5635
Yxy76.37980.28810.4284
Hunter Lab87.3955-48.026626.8741
CIE-Lab90.0354-49.774327.9419

#86faab color RGB value is (134,250,171).

#86faab hex color red value is 134, green value is 250 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #86faab hue: 0.39 , saturation: 0.92 and the lightness value of 86faab is 0.75.

The process color (four color CMYK) of #86faab color hex is 0.46, 0.00, 0.32, 0.02. Web safe color of #86faab is #99ff99. Color #86faab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 11111010 10101011
Octal 206 372 253
Decimal 134 250 171
Hex 86 FA AB

RGB Percentages of Color #86faab

%24.14
%45.05
%30.81

CMYK Percentages of Color #86faab

%46
%0
%32
%2

Triadic Colors of #86faab

#86faab #ab86fa #faab86

Analogous Colors of #86faab

#86faab #86fae5 #9bfa86

Monochromatic Colors of #86faab

#86faab

Complementary Color

#86faab #fa86d5

#86faab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86faab Color Preview on White Background

Lorem ipsum dolor sit amet.

#86faab Color CSS Codes

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

#86faab Text Font Color

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

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


#86faab Background Color

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

This div background color is #86faab


#86faab Border Color

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

This div border color is #86faab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86faab

Related Colors


Comments

No comments written yet.

Please login to write comment.