Color Hex Logo

#8ddecc Color Hex

#8DDECC
(141,222,204)
0 Favorites   0 Comments

Color spaces of #8ddecc

RGB 141222204
HSL0.460.550.71
HSV167°36°87°
CMYK 0.360.000.08   0.13
XYZ48.004962.264966.6149
Yxy62.26490.27140.3520
Hunter Lab78.9081-29.49615.1826
CIE-Lab83.0541-28.77150.9975

#8ddecc color RGB value is (141,222,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11011110 11001100
Octal 215 336 314
Decimal 141 222 204
Hex 8D DE CC

RGB Percentages of Color #8ddecc

%24.87
%39.15
%35.98

CMYK Percentages of Color #8ddecc

%36
%0
%8
%13

Triadic Colors of #8ddecc

#8ddecc #cc8dde #decc8d

Analogous Colors of #8ddecc

#8ddecc #8dc8de #8ddea4

Monochromatic Colors of #8ddecc

#8ddecc

Complementary Color

#8ddecc #de8d9f

#8ddecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ddecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ddecc Color CSS Codes

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

#8ddecc Text Font Color

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

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


#8ddecc Background Color

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

This div background color is #8ddecc


#8ddecc Border Color

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

This div border color is #8ddecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ddecc


Comments

No comments written yet.

Please login to write comment.