Color Hex Logo

#8dd9cc Color Hex Middle Blue Green

#8DD9CC
(141,217,204)
7 Favorites   0 Comments

Color spaces of #8dd9cc Middle Blue Green

RGB 141217204
HSL0.470.500.70
HSV170°35°85°
CMYK 0.350.000.06   0.15
XYZ46.696459.648166.1788
Yxy59.64810.27070.3457
Hunter Lab77.2322-27.23103.2580
CIE-Lab81.6465-26.3557-1.0580

#8dd9cc color RGB value is (141,217,204). #8dd9cc color name is Middle Blue Green color.

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11011001 11001100
Octal 215 331 314
Decimal 141 217 204
Hex 8D D9 CC

RGB Percentages of Color #8dd9cc

%25.09
%38.61
%36.30

CMYK Percentages of Color #8dd9cc

%35
%0
%6
%15

Triadic Colors of #8dd9cc

#8dd9cc #cc8dd9 #d9cc8d

Analogous Colors of #8dd9cc

#8dd9cc #8dc0d9 #8dd9a6

Monochromatic Colors of #8dd9cc

#8dd9cc

Complementary Color

#8dd9cc #d98d9a

#8dd9cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dd9cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dd9cc Color CSS Codes

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

#8dd9cc Text Font Color

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

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


#8dd9cc Background Color

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

This div background color is #8dd9cc


#8dd9cc Border Color

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

This div border color is #8dd9cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dd9cc


Comments

No comments written yet.

Please login to write comment.