Color Hex Logo

#8cd6be Color Hex

#8CD6BE
(140,214,190)
0 Favorites   0 Comments

Color spaces of #8cd6be

RGB 140214190
HSL0.450.470.69
HSV161°35°84°
CMYK 0.350.000.11   0.16
XYZ44.156057.386357.4646
Yxy57.38630.27770.3609
Hunter Lab75.7537-28.52348.0519
CIE-Lab80.3964-28.25554.5751

#8cd6be color RGB value is (140,214,190).

#8cd6be hex color red value is 140, green value is 214 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #8cd6be hue: 0.45 , saturation: 0.47 and the lightness value of 8cd6be is 0.69.

The process color (four color CMYK) of #8cd6be color hex is 0.35, 0.00, 0.11, 0.16. Web safe color of #8cd6be is #99cccc. Color #8cd6be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11010110 10111110
Octal 214 326 276
Decimal 140 214 190
Hex 8C D6 BE

RGB Percentages of Color #8cd6be

%25.74
%39.34
%34.93

CMYK Percentages of Color #8cd6be

%35
%0
%11
%16

Triadic Colors of #8cd6be

#8cd6be #be8cd6 #d6be8c

Analogous Colors of #8cd6be

#8cd6be #8cc9d6 #8cd699

Monochromatic Colors of #8cd6be

#8cd6be

Complementary Color

#8cd6be #d68ca4

#8cd6be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cd6be Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cd6be Color CSS Codes

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

#8cd6be Text Font Color

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

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


#8cd6be Background Color

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

This div background color is #8cd6be


#8cd6be Border Color

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

This div border color is #8cd6be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cd6be


Comments

No comments written yet.

Please login to write comment.