Color Hex Logo

#8bbcb9 Color Hex

#8BBCB9
(139,188,185)
0 Favorites   0 Comments

Color spaces of #8bbcb9

RGB 139188185
HSL0.490.270.64
HSV176°26°74°
CMYK 0.260.000.02   0.26
XYZ37.387644.958252.6062
Yxy44.95820.27700.3331
Hunter Lab67.0509-17.80730.4184
CIE-Lab72.8644-16.6831-3.7215

#8bbcb9 color RGB value is (139,188,185).

#8bbcb9 hex color red value is 139, green value is 188 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #8bbcb9 hue: 0.49 , saturation: 0.27 and the lightness value of 8bbcb9 is 0.64.

The process color (four color CMYK) of #8bbcb9 color hex is 0.26, 0.00, 0.02, 0.26. Web safe color of #8bbcb9 is #99cccc. Color #8bbcb9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10111100 10111001
Octal 213 274 271
Decimal 139 188 185
Hex 8B BC B9

RGB Percentages of Color #8bbcb9

%27.15
%36.72
%36.13

CMYK Percentages of Color #8bbcb9

%26
%0
%2
%26

Triadic Colors of #8bbcb9

#8bbcb9 #b98bbc #bcb98b

Analogous Colors of #8bbcb9

#8bbcb9 #8ba7bc #8bbca1

Monochromatic Colors of #8bbcb9

#8bbcb9

Complementary Color

#8bbcb9 #bc8b8e

#8bbcb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bbcb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bbcb9 Color CSS Codes

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

#8bbcb9 Text Font Color

<p style="color:#8bbcb9">Text here</p>

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


#8bbcb9 Background Color

<div style="background-color:#8bbcb9">
Div content here</div>

This div background color is #8bbcb9


#8bbcb9 Border Color

<div style="border:3px solid #8bbcb9">
Div here</div>

This div border color is #8bbcb9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(139,188,185, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8bbcb9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8bbcb9;
  -webkit-box-shadow: 1px 1px 3px 2px #8bbcb9;
  box-shadow:         1px 1px 3px 2px #8bbcb9; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,188,185, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bbcb9


Comments

No comments written yet.

Please login to write comment.