Color Hex Logo

#8ccdcd Color Hex

#8CCDCD
(140,205,205)
0 Favorites   0 Comments

Color spaces of #8ccdcd

RGB 140205205
HSL0.500.390.68
HSV180°32°80°
CMYK 0.320.000.00   0.20
XYZ43.666053.645965.8109
Yxy53.64590.26770.3289
Hunter Lab73.2434-21.7583-2.0031
CIE-Lab78.2548-20.4623-6.5913

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11001101 11001101
Octal 214 315 315
Decimal 140 205 205
Hex 8C CD CD

RGB Percentages of Color #8ccdcd

%25.45
%37.27
%37.27

CMYK Percentages of Color #8ccdcd

%32
%0
%0
%20

Triadic Colors of #8ccdcd

#8ccdcd #cd8ccd #cdcd8c

Analogous Colors of #8ccdcd

#8ccdcd #8cadcd #8ccdad

Monochromatic Colors of #8ccdcd

#8ccdcd

Complementary Color

#8ccdcd #cd8c8c

#8ccdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ccdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ccdcd Color CSS Codes

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

#8ccdcd Text Font Color

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

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


#8ccdcd Background Color

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

This div background color is #8ccdcd


#8ccdcd Border Color

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

This div border color is #8ccdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ccdcd


Comments

No comments written yet.

Please login to write comment.