Color Hex Logo

#8cdcce Color Hex

#8CDCCE
(140,220,206)
0 Favorites   0 Comments

Color spaces of #8cdcce

RGB 140220206
HSL0.470.530.71
HSV170°36°86°
CMYK 0.360.000.06   0.14
XYZ47.549061.218167.7027
Yxy61.21810.26940.3469
Hunter Lab78.2420-28.44603.4658
CIE-Lab82.4959-27.6299-0.8842

#8cdcce color RGB value is (140,220,206).

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

The process color (four color CMYK) of #8cdcce color hex is 0.36, 0.00, 0.06, 0.14. Web safe color of #8cdcce is #99cccc. Color #8cdcce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11011100 11001110
Octal 214 334 316
Decimal 140 220 206
Hex 8C DC CE

RGB Percentages of Color #8cdcce

%24.73
%38.87
%36.40

CMYK Percentages of Color #8cdcce

%36
%0
%6
%14

Triadic Colors of #8cdcce

#8cdcce #ce8cdc #dcce8c

Analogous Colors of #8cdcce

#8cdcce #8cc2dc #8cdca6

Monochromatic Colors of #8cdcce

#8cdcce

Complementary Color

#8cdcce #dc8c9a

#8cdcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cdcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cdcce Color CSS Codes

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

#8cdcce Text Font Color

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

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


#8cdcce Background Color

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

This div background color is #8cdcce


#8cdcce Border Color

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

This div border color is #8cdcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cdcce

#8cdcce Color Palettes


Comments

No comments written yet.

Please login to write comment.