Color Hex Logo

#8cfabe Color Hex

#8CFABE
(140,250,190)
0 Favorites   0 Comments

Color spaces of #8cfabe

RGB 140250190
HSL0.410.920.76
HSV147°44°98°
CMYK 0.440.000.24   0.02
XYZ54.295177.664460.8443
Yxy77.66440.28160.4028
Hunter Lab88.1274-44.249520.7546
CIE-Lab90.6265-44.728419.1049

#8cfabe color RGB value is (140,250,190).

#8cfabe hex color red value is 140, green value is 250 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #8cfabe hue: 0.41 , saturation: 0.92 and the lightness value of 8cfabe is 0.76.

The process color (four color CMYK) of #8cfabe color hex is 0.44, 0.00, 0.24, 0.02. Web safe color of #8cfabe is #99ffcc. Color #8cfabe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11111010 10111110
Octal 214 372 276
Decimal 140 250 190
Hex 8C FA BE

RGB Percentages of Color #8cfabe

%24.14
%43.10
%32.76

CMYK Percentages of Color #8cfabe

%44
%0
%24
%2

Triadic Colors of #8cfabe

#8cfabe #be8cfa #fabe8c

Analogous Colors of #8cfabe

#8cfabe #8cfaf5 #91fa8c

Monochromatic Colors of #8cfabe

#8cfabe

Complementary Color

#8cfabe #fa8cc8

#8cfabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cfabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cfabe Color CSS Codes

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

#8cfabe Text Font Color

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

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


#8cfabe Background Color

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

This div background color is #8cfabe


#8cfabe Border Color

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

This div border color is #8cfabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cfabe


Comments

No comments written yet.

Please login to write comment.