Color Hex Logo

#8cffbe Color Hex

#8CFFBE
(140,255,190)
0 Favorites   0 Comments

Color spaces of #8cffbe

RGB 140255190
HSL0.411.000.77
HSV146°45°100°
CMYK 0.450.000.25   0.00
XYZ55.869580.813261.3691
Yxy80.81320.28210.4080
Hunter Lab89.8962-46.382422.4520
CIE-Lab92.0485-46.885721.0842

#8cffbe color RGB value is (140,255,190).

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

The process color (four color CMYK) of #8cffbe color hex is 0.45, 0.00, 0.25, 0.00. Web safe color of #8cffbe is #99ffcc. Color #8cffbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11111111 10111110
Octal 214 377 276
Decimal 140 255 190
Hex 8C FF BE

RGB Percentages of Color #8cffbe

%23.93
%43.59
%32.48

CMYK Percentages of Color #8cffbe

%45
%0
%25
%0

Triadic Colors of #8cffbe

#8cffbe #be8cff #ffbe8c

Analogous Colors of #8cffbe

#8cffbe #8cfff8 #94ff8c

Monochromatic Colors of #8cffbe

#8cffbe

Complementary Color

#8cffbe #ff8ccd

#8cffbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cffbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cffbe Color CSS Codes

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

#8cffbe Text Font Color

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

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


#8cffbe Background Color

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

This div background color is #8cffbe


#8cffbe Border Color

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

This div border color is #8cffbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cffbe


Comments

No comments written yet.

Please login to write comment.