Color Hex Logo

#8cbfbb Color Hex

#8CBFBB
(140,191,187)
0 Favorites   0 Comments

Color spaces of #8cbfbb

RGB 140191187
HSL0.490.280.65
HSV175°27°75°
CMYK 0.270.000.02   0.25
XYZ38.415746.424953.9499
Yxy46.42490.27680.3345
Hunter Lab68.1358-18.59750.7493
CIE-Lab73.8204-17.4762-3.3981

#8cbfbb color RGB value is (140,191,187).

#8cbfbb hex color red value is 140, green value is 191 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #8cbfbb hue: 0.49 , saturation: 0.28 and the lightness value of 8cbfbb is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10111111 10111011
Octal 214 277 273
Decimal 140 191 187
Hex 8C BF BB

RGB Percentages of Color #8cbfbb

%27.03
%36.87
%36.10

CMYK Percentages of Color #8cbfbb

%27
%0
%2
%25

Triadic Colors of #8cbfbb

#8cbfbb #bb8cbf #bfbb8c

Analogous Colors of #8cbfbb

#8cbfbb #8caabf #8cbfa2

Monochromatic Colors of #8cbfbb

#8cbfbb

Complementary Color

#8cbfbb #bf8c90

#8cbfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cbfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cbfbb Color CSS Codes

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

#8cbfbb Text Font Color

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

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


#8cbfbb Background Color

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

This div background color is #8cbfbb


#8cbfbb Border Color

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

This div border color is #8cbfbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(140,191,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8cbfbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8cbfbb;
  -webkit-box-shadow: 1px 1px 3px 2px #8cbfbb;
  box-shadow:         1px 1px 3px 2px #8cbfbb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cbfbb


Comments

No comments written yet.

Please login to write comment.