Color Hex Logo

#8cffab Color Hex

#8CFFAB
(140,255,171)
0 Favorites   0 Comments

Color spaces of #8cffab

RGB 140255171
HSL0.381.000.77
HSV136°45°100°
CMYK 0.450.000.33   0.00
XYZ53.925980.035751.1343
Yxy80.03570.29130.4324
Hunter Lab89.4627-48.964328.7354
CIE-Lab91.7009-50.301630.2328

#8cffab color RGB value is (140,255,171).

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

The process color (four color CMYK) of #8cffab color hex is 0.45, 0.00, 0.33, 0.00. Web safe color of #8cffab is #99ff99. Color #8cffab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11111111 10101011
Octal 214 377 253
Decimal 140 255 171
Hex 8C FF AB

RGB Percentages of Color #8cffab

%24.73
%45.05
%30.21

CMYK Percentages of Color #8cffab

%45
%0
%33
%0

Triadic Colors of #8cffab

#8cffab #ab8cff #ffab8c

Analogous Colors of #8cffab

#8cffab #8cffe5 #a7ff8c

Monochromatic Colors of #8cffab

#8cffab

Complementary Color

#8cffab #ff8ce0

#8cffab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cffab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cffab Color CSS Codes

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

#8cffab Text Font Color

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

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


#8cffab Background Color

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

This div background color is #8cffab


#8cffab Border Color

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

This div border color is #8cffab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cffab

Related Colors

#8cffab Color Palettes


Comments

No comments written yet.

Please login to write comment.