Color Hex Logo

#8cbbbf Color Hex

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

Color spaces of #8cbbbf

RGB 140187191
HSL0.510.280.65
HSV185°27°75°
CMYK 0.270.020.00   0.25
XYZ37.989544.877755.9502
Yxy44.87770.27370.3233
Hunter Lab66.9908-16.0092-2.6250
CIE-Lab72.8113-14.4988-7.0702

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

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

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

Base Numbers

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

RGB Percentages of Color #8cbbbf

%27.03
%36.10
%36.87

CMYK Percentages of Color #8cbbbf

%27
%2
%0
%25

Triadic Colors of #8cbbbf

#8cbbbf #bf8cbb #bbbf8c

Analogous Colors of #8cbbbf

#8cbbbf #8ca2bf #8cbfaa

Monochromatic Colors of #8cbbbf

#8cbbbf

Complementary Color

#8cbbbf #bf908c

#8cbbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cbbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cbbbf Color CSS Codes

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

#8cbbbf Text Font Color

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

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


#8cbbbf Background Color

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

This div background color is #8cbbbf


#8cbbbf Border Color

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

This div border color is #8cbbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cbbbf


Comments

No comments written yet.

Please login to write comment.