Color Hex Logo

#86bbb5 Color Hex

#86BBB5
(134,187,181)
0 Favorites   0 Comments

Color spaces of #86bbb5

RGB 134187181
HSL0.480.280.63
HSV173°28°73°
CMYK 0.280.000.03   0.27
XYZ35.942343.945250.3040
Yxy43.94520.27610.3375
Hunter Lab66.2912-19.22891.4126
CIE-Lab72.1919-18.5672-2.5574

#86bbb5 color RGB value is (134,187,181).

#86bbb5 hex color red value is 134, green value is 187 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #86bbb5 hue: 0.48 , saturation: 0.28 and the lightness value of 86bbb5 is 0.63.

The process color (four color CMYK) of #86bbb5 color hex is 0.28, 0.00, 0.03, 0.27. Web safe color of #86bbb5 is #99cccc. Color #86bbb5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10111011 10110101
Octal 206 273 265
Decimal 134 187 181
Hex 86 BB B5

RGB Percentages of Color #86bbb5

%26.69
%37.25
%36.06

CMYK Percentages of Color #86bbb5

%28
%0
%3
%27

Triadic Colors of #86bbb5

#86bbb5 #b586bb #bbb586

Analogous Colors of #86bbb5

#86bbb5 #86a7bb #86bb9b

Monochromatic Colors of #86bbb5

#86bbb5

Complementary Color

#86bbb5 #bb868c

#86bbb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86bbb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#86bbb5 Color CSS Codes

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

#86bbb5 Text Font Color

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

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


#86bbb5 Background Color

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

This div background color is #86bbb5


#86bbb5 Border Color

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

This div border color is #86bbb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86bbb5


Comments

No comments written yet.

Please login to write comment.