Color Hex Logo

#8ccdbd Color Hex

#8CCDBD
(140,205,189)
0 Favorites   0 Comments

Color spaces of #8ccdbd

RGB 140205189
HSL0.460.390.68
HSV165°32°80°
CMYK 0.320.000.08   0.20
XYZ41.831852.912256.1524
Yxy52.91220.27720.3507
Hunter Lab72.7408-24.64455.1495
CIE-Lab77.8231-24.08111.3782

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

#8ccdbd hex color red value is 140, green value is 205 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #8ccdbd hue: 0.46 , saturation: 0.39 and the lightness value of 8ccdbd is 0.68.

The process color (four color CMYK) of #8ccdbd color hex is 0.32, 0.00, 0.08, 0.20. Web safe color of #8ccdbd is #99cccc. Color #8ccdbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11001101 10111101
Octal 214 315 275
Decimal 140 205 189
Hex 8C CD BD

RGB Percentages of Color #8ccdbd

%26.22
%38.39
%35.39

CMYK Percentages of Color #8ccdbd

%32
%0
%8
%20

Triadic Colors of #8ccdbd

#8ccdbd #bd8ccd #cdbd8c

Analogous Colors of #8ccdbd

#8ccdbd #8cbdcd #8ccd9d

Monochromatic Colors of #8ccdbd

#8ccdbd

Complementary Color

#8ccdbd #cd8c9c

#8ccdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ccdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ccdbd Color CSS Codes

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

#8ccdbd Text Font Color

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

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


#8ccdbd Background Color

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

This div background color is #8ccdbd


#8ccdbd Border Color

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

This div border color is #8ccdbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ccdbd


Comments

No comments written yet.

Please login to write comment.