Color Hex Logo

#8dd8cc Color Hex

#8DD8CC
(141,216,204)
0 Favorites   0 Comments

Color spaces of #8dd8cc

RGB 141216204
HSL0.470.490.70
HSV170°35°85°
CMYK 0.350.000.06   0.15
XYZ46.439559.134166.0931
Yxy59.13410.27050.3445
Hunter Lab76.8987-26.77572.8704
CIE-Lab81.3653-25.8681-1.4698

#8dd8cc color RGB value is (141,216,204).

#8dd8cc hex color red value is 141, green value is 216 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #8dd8cc hue: 0.47 , saturation: 0.49 and the lightness value of 8dd8cc is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11011000 11001100
Octal 215 330 314
Decimal 141 216 204
Hex 8D D8 CC

RGB Percentages of Color #8dd8cc

%25.13
%38.50
%36.36

CMYK Percentages of Color #8dd8cc

%35
%0
%6
%15

Triadic Colors of #8dd8cc

#8dd8cc #cc8dd8 #d8cc8d

Analogous Colors of #8dd8cc

#8dd8cc #8dbfd8 #8dd8a7

Monochromatic Colors of #8dd8cc

#8dd8cc

Complementary Color

#8dd8cc #d88d99

#8dd8cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dd8cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dd8cc Color CSS Codes

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

#8dd8cc Text Font Color

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

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


#8dd8cc Background Color

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

This div background color is #8dd8cc


#8dd8cc Border Color

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

This div border color is #8dd8cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dd8cc


Comments

No comments written yet.

Please login to write comment.