Color Hex Logo

#8ccdcc Color Hex

#8CCDCC
(140,205,204)
0 Favorites   0 Comments

Color spaces of #8ccdcc

RGB 140205204
HSL0.500.390.68
HSV179°32°80°
CMYK 0.320.000.00   0.20
XYZ43.545653.597765.1770
Yxy53.59770.26830.3302
Hunter Lab73.2105-21.9464-1.5367
CIE-Lab78.2266-20.6955-6.0953

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11001101 11001100
Octal 214 315 314
Decimal 140 205 204
Hex 8C CD CC

RGB Percentages of Color #8ccdcc

%25.50
%37.34
%37.16

CMYK Percentages of Color #8ccdcc

%32
%0
%0
%20

Triadic Colors of #8ccdcc

#8ccdcc #cc8ccd #cdcc8c

Analogous Colors of #8ccdcc

#8ccdcc #8caecd #8ccdac

Monochromatic Colors of #8ccdcc

#8ccdcc

Complementary Color

#8ccdcc #cd8c8d

#8ccdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ccdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ccdcc Color CSS Codes

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

#8ccdcc Text Font Color

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

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


#8ccdcc Background Color

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

This div background color is #8ccdcc


#8ccdcc Border Color

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

This div border color is #8ccdcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ccdcc


Comments

No comments written yet.

Please login to write comment.