Color Hex Logo

#8cc6be Color Hex

#8CC6BE
(140,198,190)
0 Favorites   0 Comments

Color spaces of #8cc6be

RGB 140198190
HSL0.480.340.66
HSV172°29°78°
CMYK 0.290.000.04   0.22
XYZ40.303649.681356.1804
Yxy49.68130.27570.3399
Hunter Lab70.4850-21.28162.0821
CIE-Lab75.8732-20.3653-2.0104

#8cc6be color RGB value is (140,198,190).

#8cc6be hex color red value is 140, green value is 198 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #8cc6be hue: 0.48 , saturation: 0.34 and the lightness value of 8cc6be is 0.66.

The process color (four color CMYK) of #8cc6be color hex is 0.29, 0.00, 0.04, 0.22. Web safe color of #8cc6be is #99cccc. Color #8cc6be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11000110 10111110
Octal 214 306 276
Decimal 140 198 190
Hex 8C C6 BE

RGB Percentages of Color #8cc6be

%26.52
%37.50
%35.98

CMYK Percentages of Color #8cc6be

%29
%0
%4
%22

Triadic Colors of #8cc6be

#8cc6be #be8cc6 #c6be8c

Analogous Colors of #8cc6be

#8cc6be #8cb1c6 #8cc6a1

Monochromatic Colors of #8cc6be

#8cc6be

Complementary Color

#8cc6be #c68c94

#8cc6be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cc6be Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cc6be Color CSS Codes

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

#8cc6be Text Font Color

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

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


#8cc6be Background Color

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

This div background color is #8cc6be


#8cc6be Border Color

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

This div border color is #8cc6be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cc6be


Comments

No comments written yet.

Please login to write comment.