Color Hex Logo

#8dccdd Color Hex

#8DCCDD
(141,204,221)
0 Favorites   0 Comments

Color spaces of #8dccdd

RGB 141204221
HSL0.540.540.71
HSV193°36°87°
CMYK 0.360.080.00   0.13
XYZ45.628554.068976.4381
Yxy54.06890.25910.3070
Hunter Lab73.5316-17.9157-10.1615
CIE-Lab78.5019-15.8320-14.8172

#8dccdd color RGB value is (141,204,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11001100 11011101
Octal 215 314 335
Decimal 141 204 221
Hex 8D CC DD

RGB Percentages of Color #8dccdd

%24.91
%36.04
%39.05

CMYK Percentages of Color #8dccdd

%36
%8
%0
%13

Triadic Colors of #8dccdd

#8dccdd #dd8dcc #ccdd8d

Analogous Colors of #8dccdd

#8dccdd #8da4dd #8dddc6

Monochromatic Colors of #8dccdd

#8dccdd

Complementary Color

#8dccdd #dd9e8d

#8dccdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dccdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dccdd Color CSS Codes

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

#8dccdd Text Font Color

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

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


#8dccdd Background Color

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

This div background color is #8dccdd


#8dccdd Border Color

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

This div border color is #8dccdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(141,204,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dccdd

#8dccdd Color Palettes


Comments

No comments written yet.

Please login to write comment.