Color Hex Logo

#8cddcb Color Hex

#8CDDCB
(140,221,203)
0 Favorites   0 Comments

Color spaces of #8cddcb

RGB 140221203
HSL0.460.540.71
HSV167°37°87°
CMYK 0.370.000.08   0.13
XYZ47.451261.600165.8890
Yxy61.60010.27120.3521
Hunter Lab78.4857-29.43185.1659
CIE-Lab82.7003-28.78341.0065

#8cddcb color RGB value is (140,221,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11011101 11001011
Octal 214 335 313
Decimal 140 221 203
Hex 8C DD CB

RGB Percentages of Color #8cddcb

%24.82
%39.18
%35.99

CMYK Percentages of Color #8cddcb

%37
%0
%8
%13

Triadic Colors of #8cddcb

#8cddcb #cb8cdd #ddcb8c

Analogous Colors of #8cddcb

#8cddcb #8cc7dd #8cdda3

Monochromatic Colors of #8cddcb

#8cddcb

Complementary Color

#8cddcb #dd8c9e

#8cddcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cddcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cddcb Color CSS Codes

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

#8cddcb Text Font Color

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

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


#8cddcb Background Color

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

This div background color is #8cddcb


#8cddcb Border Color

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

This div border color is #8cddcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cddcb


Comments

No comments written yet.

Please login to write comment.