Color Hex Logo

#8cbdbd Color Hex

#8CBDBD
(140,189,189)
0 Favorites   0 Comments

Color spaces of #8cbdbd

RGB 140189189
HSL0.500.270.65
HSV180°26°74°
CMYK 0.260.000.00   0.26
XYZ38.198145.644854.9412
Yxy45.64480.27520.3289
Hunter Lab67.5609-17.3100-0.9225
CIE-Lab73.3145-15.9947-5.2339

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10111101 10111101
Octal 214 275 275
Decimal 140 189 189
Hex 8C BD BD

RGB Percentages of Color #8cbdbd

%27.03
%36.49
%36.49

CMYK Percentages of Color #8cbdbd

%26
%0
%0
%26

Triadic Colors of #8cbdbd

#8cbdbd #bd8cbd #bdbd8c

Analogous Colors of #8cbdbd

#8cbdbd #8ca5bd #8cbda5

Monochromatic Colors of #8cbdbd

#8cbdbd

Complementary Color

#8cbdbd #bd8c8c

#8cbdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cbdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cbdbd Color CSS Codes

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

#8cbdbd Text Font Color

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

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


#8cbdbd Background Color

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

This div background color is #8cbdbd


#8cbdbd Border Color

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

This div border color is #8cbdbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,189,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 #8cbdbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cbdbd


Comments

No comments written yet.

Please login to write comment.