Color Hex Logo

#8cfeae Color Hex

#8CFEAE
(140,254,174)
0 Favorites   0 Comments

Color spaces of #8cfeae

RGB 140254174
HSL0.380.980.77
HSV138°45°100°
CMYK 0.450.000.31   0.00
XYZ53.897079.515152.5517
Yxy79.51510.28980.4276
Hunter Lab89.1712-48.160527.4782
CIE-Lab91.4669-49.366928.4060

#8cfeae color RGB value is (140,254,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11111110 10101110
Octal 214 376 256
Decimal 140 254 174
Hex 8C FE AE

RGB Percentages of Color #8cfeae

%24.65
%44.72
%30.63

CMYK Percentages of Color #8cfeae

%45
%0
%31
%0

Triadic Colors of #8cfeae

#8cfeae #ae8cfe #feae8c

Analogous Colors of #8cfeae

#8cfeae #8cfee7 #a3fe8c

Monochromatic Colors of #8cfeae

#8cfeae

Complementary Color

#8cfeae #fe8cdc

#8cfeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cfeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cfeae Color CSS Codes

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

#8cfeae Text Font Color

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

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


#8cfeae Background Color

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

This div background color is #8cfeae


#8cfeae Border Color

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

This div border color is #8cfeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cfeae


Comments

No comments written yet.

Please login to write comment.