Color Hex Logo

#86be94 Color Hex

#86BE94
(134,190,148)
0 Favorites   0 Comments

Color spaces of #86be94

RGB 134190148
HSL0.380.300.64
HSV135°29°75°
CMYK 0.290.000.22   0.25
XYZ33.590344.033434.7459
Yxy44.03340.29890.3919
Hunter Lab66.3577-25.769115.4052
CIE-Lab72.2508-26.886815.4851

#86be94 color RGB value is (134,190,148).

#86be94 hex color red value is 134, green value is 190 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #86be94 hue: 0.38 , saturation: 0.30 and the lightness value of 86be94 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10111110 10010100
Octal 206 276 224
Decimal 134 190 148
Hex 86 BE 94

RGB Percentages of Color #86be94

%28.39
%40.25
%31.36

CMYK Percentages of Color #86be94

%29
%0
%22
%25

Triadic Colors of #86be94

#86be94 #9486be #be9486

Analogous Colors of #86be94

#86be94 #86beb0 #94be86

Monochromatic Colors of #86be94

#86be94

Complementary Color

#86be94 #be86b0

#86be94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86be94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#86be94 Color CSS Codes

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

#86be94 Text Font Color

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

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


#86be94 Background Color

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

This div background color is #86be94


#86be94 Border Color

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

This div border color is #86be94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86be94


Comments

No comments written yet.

Please login to write comment.