Color Hex Logo

#86bec9 Color Hex

#86BEC9
(134,190,201)
0 Favorites   0 Comments

Color spaces of #86bec9

RGB 134190201
HSL0.530.380.66
HSV190°33°79°
CMYK 0.330.050.00   0.21
XYZ38.787646.112362.1146
Yxy46.11230.26380.3137
Hunter Lab67.9060-16.8772-6.6992
CIE-Lab73.6183-15.4161-11.3582

#86bec9 color RGB value is (134,190,201).

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

The process color (four color CMYK) of #86bec9 color hex is 0.33, 0.05, 0.00, 0.21. Web safe color of #86bec9 is #99cccc. Color #86bec9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10111110 11001001
Octal 206 276 311
Decimal 134 190 201
Hex 86 BE C9

RGB Percentages of Color #86bec9

%25.52
%36.19
%38.29

CMYK Percentages of Color #86bec9

%33
%5
%0
%21

Triadic Colors of #86bec9

#86bec9 #c986be #bec986

Analogous Colors of #86bec9

#86bec9 #869dc9 #86c9b3

Monochromatic Colors of #86bec9

#86bec9

Complementary Color

#86bec9 #c99186

#86bec9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86bec9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#86bec9 Color CSS Codes

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

#86bec9 Text Font Color

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

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


#86bec9 Background Color

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

This div background color is #86bec9


#86bec9 Border Color

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

This div border color is #86bec9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86bec9


Comments

No comments written yet.

Please login to write comment.