Color Hex Logo

#8dddcb Color Hex

#8DDDCB
(141,221,203)
0 Favorites   0 Comments

Color spaces of #8dddcb

RGB 141221203
HSL0.460.540.71
HSV167°36°87°
CMYK 0.360.000.08   0.13
XYZ47.620461.687465.8969
Yxy61.68740.27180.3521
Hunter Lab78.5413-29.22105.2341
CIE-Lab82.7469-28.51341.0801

#8dddcb color RGB value is (141,221,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11011101 11001011
Octal 215 335 313
Decimal 141 221 203
Hex 8D DD CB

RGB Percentages of Color #8dddcb

%24.96
%39.12
%35.93

CMYK Percentages of Color #8dddcb

%36
%0
%8
%13

Triadic Colors of #8dddcb

#8dddcb #cb8ddd #ddcb8d

Analogous Colors of #8dddcb

#8dddcb #8dc7dd #8ddda3

Monochromatic Colors of #8dddcb

#8dddcb

Complementary Color

#8dddcb #dd8d9f

#8dddcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dddcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dddcb Color CSS Codes

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

#8dddcb Text Font Color

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

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


#8dddcb Background Color

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

This div background color is #8dddcb


#8dddcb Border Color

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

This div border color is #8dddcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dddcb


Comments

No comments written yet.

Please login to write comment.