Color Hex Logo

#8ccdba Color Hex

#8CCDBA
(140,205,186)
0 Favorites   0 Comments

Color spaces of #8ccdba

RGB 140205186
HSL0.450.390.68
HSV162°32°80°
CMYK 0.320.000.09   0.20
XYZ41.509552.783354.4548
Yxy52.78330.27910.3549
Hunter Lab72.6521-25.15596.4170
CIE-Lab77.7469-24.73172.8795

#8ccdba color RGB value is (140,205,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11001101 10111010
Octal 214 315 272
Decimal 140 205 186
Hex 8C CD BA

RGB Percentages of Color #8ccdba

%26.37
%38.61
%35.03

CMYK Percentages of Color #8ccdba

%32
%0
%9
%20

Triadic Colors of #8ccdba

#8ccdba #ba8ccd #cdba8c

Analogous Colors of #8ccdba

#8ccdba #8cc0cd #8ccd9a

Monochromatic Colors of #8ccdba

#8ccdba

Complementary Color

#8ccdba #cd8c9f

#8ccdba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ccdba Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ccdba Color CSS Codes

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

#8ccdba Text Font Color

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

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


#8ccdba Background Color

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

This div background color is #8ccdba


#8ccdba Border Color

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

This div border color is #8ccdba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ccdba


Comments

No comments written yet.

Please login to write comment.