Color Hex Logo

#8cdece Color Hex

#8CDECE
(140,222,206)
0 Favorites   0 Comments

Color spaces of #8cdece

RGB 140222206
HSL0.470.550.71
HSV168°37°87°
CMYK 0.370.000.07   0.13
XYZ48.077162.274267.8787
Yxy62.27420.26970.3494
Hunter Lab78.9140-29.35124.2409
CIE-Lab83.0590-28.5933-0.0610

#8cdece color RGB value is (140,222,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11011110 11001110
Octal 214 336 316
Decimal 140 222 206
Hex 8C DE CE

RGB Percentages of Color #8cdece

%24.65
%39.08
%36.27

CMYK Percentages of Color #8cdece

%37
%0
%7
%13

Triadic Colors of #8cdece

#8cdece #ce8cde #dece8c

Analogous Colors of #8cdece

#8cdece #8cc5de #8cdea5

Monochromatic Colors of #8cdece

#8cdece

Complementary Color

#8cdece #de8c9c

#8cdece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cdece Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cdece Color CSS Codes

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

#8cdece Text Font Color

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

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


#8cdece Background Color

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

This div background color is #8cdece


#8cdece Border Color

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

This div border color is #8cdece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cdece


Comments

No comments written yet.

Please login to write comment.