Color Hex Logo

#8cbcbd Color Hex

#8CBCBD
(140,188,189)
0 Favorites   0 Comments

Color spaces of #8cbcbd

RGB 140188189
HSL0.500.270.65
HSV181°26°74°
CMYK 0.260.010.00   0.26
XYZ37.983745.216054.8697
Yxy45.21600.27510.3275
Hunter Lab67.2428-16.8451-1.3102
CIE-Lab73.0339-15.4770-5.6485

#8cbcbd color RGB value is (140,188,189).

#8cbcbd hex color red value is 140, green value is 188 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #8cbcbd hue: 0.50 , saturation: 0.27 and the lightness value of 8cbcbd is 0.65.

The process color (four color CMYK) of #8cbcbd color hex is 0.26, 0.01, 0.00, 0.26. Web safe color of #8cbcbd is #99cccc. Color #8cbcbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10111100 10111101
Octal 214 274 275
Decimal 140 188 189
Hex 8C BC BD

RGB Percentages of Color #8cbcbd

%27.08
%36.36
%36.56

CMYK Percentages of Color #8cbcbd

%26
%1
%0
%26

Triadic Colors of #8cbcbd

#8cbcbd #bd8cbc #bcbd8c

Analogous Colors of #8cbcbd

#8cbcbd #8ca4bd #8cbda6

Monochromatic Colors of #8cbcbd

#8cbcbd

Complementary Color

#8cbcbd #bd8d8c

#8cbcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cbcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cbcbd Color CSS Codes

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

#8cbcbd Text Font Color

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

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


#8cbcbd Background Color

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

This div background color is #8cbcbd


#8cbcbd Border Color

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

This div border color is #8cbcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cbcbd


Comments

No comments written yet.

Please login to write comment.