Color Hex Logo

#8ccbcb Color Hex

#8CCBCB
(140,203,203)
0 Favorites   0 Comments

Color spaces of #8ccbcb

RGB 140203203
HSL0.500.380.67
HSV180°31°80°
CMYK 0.310.000.00   0.20
XYZ42.950652.599164.3888
Yxy52.59910.26850.3289
Hunter Lab72.5252-21.2086-1.8707
CIE-Lab77.6377-19.9210-6.4284

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

#8ccbcb hex color red value is 140, green value is 203 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #8ccbcb hue: 0.50 , saturation: 0.38 and the lightness value of 8ccbcb is 0.67.

The process color (four color CMYK) of #8ccbcb color hex is 0.31, 0.00, 0.00, 0.20. Web safe color of #8ccbcb is #99cccc. Color #8ccbcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11001011 11001011
Octal 214 313 313
Decimal 140 203 203
Hex 8C CB CB

RGB Percentages of Color #8ccbcb

%25.64
%37.18
%37.18

CMYK Percentages of Color #8ccbcb

%31
%0
%0
%20

Triadic Colors of #8ccbcb

#8ccbcb #cb8ccb #cbcb8c

Analogous Colors of #8ccbcb

#8ccbcb #8caccb #8ccbac

Monochromatic Colors of #8ccbcb

#8ccbcb

Complementary Color

#8ccbcb #cb8c8c

#8ccbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ccbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ccbcb Color CSS Codes

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

#8ccbcb Text Font Color

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

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


#8ccbcb Background Color

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

This div background color is #8ccbcb


#8ccbcb Border Color

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

This div border color is #8ccbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ccbcb


Comments

No comments written yet.

Please login to write comment.