Color Hex Logo

#8cdecd Color Hex

#8CDECD
(140,222,205)
0 Favorites   0 Comments

Color spaces of #8cdecd

RGB 140222205
HSL0.470.550.71
HSV168°37°87°
CMYK 0.370.000.08   0.13
XYZ47.955962.225867.2408
Yxy62.22580.27030.3507
Hunter Lab78.8833-29.52954.6790
CIE-Lab83.0334-28.81770.4316

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

#8cdecd hex color red value is 140, green value is 222 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #8cdecd hue: 0.47 , saturation: 0.55 and the lightness value of 8cdecd is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11011110 11001101
Octal 214 336 315
Decimal 140 222 205
Hex 8C DE CD

RGB Percentages of Color #8cdecd

%24.69
%39.15
%36.16

CMYK Percentages of Color #8cdecd

%37
%0
%8
%13

Triadic Colors of #8cdecd

#8cdecd #cd8cde #decd8c

Analogous Colors of #8cdecd

#8cdecd #8cc6de #8cdea4

Monochromatic Colors of #8cdecd

#8cdecd

Complementary Color

#8cdecd #de8c9d

#8cdecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cdecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cdecd Color CSS Codes

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

#8cdecd Text Font Color

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

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


#8cdecd Background Color

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

This div background color is #8cdecd


#8cdecd Border Color

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

This div border color is #8cdecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cdecd


Comments

No comments written yet.

Please login to write comment.