Color Hex Logo

#8ccbbc Color Hex

#8CCBBC
(140,203,188)
0 Favorites   0 Comments

Color spaces of #8ccbbc

RGB 140203188
HSL0.460.380.67
HSV166°31°80°
CMYK 0.310.000.07   0.20
XYZ41.248351.918255.4241
Yxy51.91820.27760.3494
Hunter Lab72.0543-23.91064.8322
CIE-Lab77.2319-23.30931.0552

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11001011 10111100
Octal 214 313 274
Decimal 140 203 188
Hex 8C CB BC

RGB Percentages of Color #8ccbbc

%26.37
%38.23
%35.40

CMYK Percentages of Color #8ccbbc

%31
%0
%7
%20

Triadic Colors of #8ccbbc

#8ccbbc #bc8ccb #cbbc8c

Analogous Colors of #8ccbbc

#8ccbbc #8cbbcb #8ccb9d

Monochromatic Colors of #8ccbbc

#8ccbbc

Complementary Color

#8ccbbc #cb8c9b

#8ccbbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ccbbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ccbbc Color CSS Codes

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

#8ccbbc Text Font Color

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

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


#8ccbbc Background Color

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

This div background color is #8ccbbc


#8ccbbc Border Color

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

This div border color is #8ccbbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ccbbc


Comments

No comments written yet.

Please login to write comment.