Color Hex Logo

#8cdbcb Color Hex

#8CDBCB
(140,219,203)
1 Favorites   0 Comments

Color spaces of #8cdbcb

RGB 140219203
HSL0.470.520.70
HSV168°36°86°
CMYK 0.360.000.07   0.14
XYZ46.926260.550365.7140
Yxy60.55030.27100.3496
Hunter Lab77.8141-28.52924.3994
CIE-Lab82.1364-27.82100.1841

#8cdbcb color RGB value is (140,219,203).

#8cdbcb hex color red value is 140, green value is 219 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #8cdbcb hue: 0.47 , saturation: 0.52 and the lightness value of 8cdbcb is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11011011 11001011
Octal 214 333 313
Decimal 140 219 203
Hex 8C DB CB

RGB Percentages of Color #8cdbcb

%24.91
%38.97
%36.12

CMYK Percentages of Color #8cdbcb

%36
%0
%7
%14

Triadic Colors of #8cdbcb

#8cdbcb #cb8cdb #dbcb8c

Analogous Colors of #8cdbcb

#8cdbcb #8cc4db #8cdba4

Monochromatic Colors of #8cdbcb

#8cdbcb

Complementary Color

#8cdbcb #db8c9c

#8cdbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cdbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cdbcb Color CSS Codes

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

#8cdbcb Text Font Color

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

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


#8cdbcb Background Color

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

This div background color is #8cdbcb


#8cdbcb Border Color

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

This div border color is #8cdbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cdbcb


Comments

No comments written yet.

Please login to write comment.