Color Hex Logo

#8cfebd Color Hex

#8CFEBD
(140,254,189)
0 Favorites   0 Comments

Color spaces of #8cfebd

RGB 140254189
HSL0.400.980.77
HSV146°45°100°
CMYK 0.450.000.26   0.00
XYZ55.442380.133260.6893
Yxy80.13320.28250.4083
Hunter Lab89.5171-46.101322.4656
CIE-Lab91.7446-46.646021.1725

#8cfebd color RGB value is (140,254,189).

#8cfebd hex color red value is 140, green value is 254 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #8cfebd hue: 0.40 , saturation: 0.98 and the lightness value of 8cfebd is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11111110 10111101
Octal 214 376 275
Decimal 140 254 189
Hex 8C FE BD

RGB Percentages of Color #8cfebd

%24.01
%43.57
%32.42

CMYK Percentages of Color #8cfebd

%45
%0
%26
%0

Triadic Colors of #8cfebd

#8cfebd #bd8cfe #febd8c

Analogous Colors of #8cfebd

#8cfebd #8cfef6 #94fe8c

Monochromatic Colors of #8cfebd

#8cfebd

Complementary Color

#8cfebd #fe8ccd

#8cfebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cfebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cfebd Color CSS Codes

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

#8cfebd Text Font Color

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

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


#8cfebd Background Color

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

This div background color is #8cfebd


#8cfebd Border Color

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

This div border color is #8cfebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cfebd


Comments

No comments written yet.

Please login to write comment.