Color Hex Logo

#4cfeaa Color Hex

#4CFEAA
(76,254,170)
0 Favorites   0 Comments

Color spaces of #4cfeaa

RGB 76254170
HSL0.420.990.65
HSV152°70°100°
CMYK 0.700.000.33   0.00
XYZ45.678075.322450.1614
Yxy75.32240.26690.4401
Hunter Lab86.7885-57.932826.4839
CIE-Lab89.5438-63.284927.5060

#4cfeaa color RGB value is (76,254,170).

#4cfeaa hex color red value is 76, green value is 254 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4cfeaa hue: 0.42 , saturation: 0.99 and the lightness value of 4cfeaa is 0.65.

The process color (four color CMYK) of #4cfeaa color hex is 0.70, 0.00, 0.33, 0.00. Web safe color of #4cfeaa is #33ff99. Color #4cfeaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11111110 10101010
Octal 114 376 252
Decimal 76 254 170
Hex 4C FE AA

RGB Percentages of Color #4cfeaa

%15.20
%50.80
%34.00

CMYK Percentages of Color #4cfeaa

%70
%0
%33
%0

Triadic Colors of #4cfeaa

#4cfeaa #aa4cfe #feaa4c

Analogous Colors of #4cfeaa

#4cfeaa #4cf9fe #4cfe51

Monochromatic Colors of #4cfeaa

#4cfeaa

Complementary Color

#4cfeaa #fe4ca0

#4cfeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cfeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cfeaa Color CSS Codes

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

#4cfeaa Text Font Color

<p style="color:#4cfeaa">Text here</p>

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


#4cfeaa Background Color

<div style="background-color:#4cfeaa">
Div content here</div>

This div background color is #4cfeaa


#4cfeaa Border Color

<div style="border:3px solid #4cfeaa">
Div here</div>

This div border color is #4cfeaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(76,254,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4cfeaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4cfeaa;
  -webkit-box-shadow: 1px 1px 3px 2px #4cfeaa;
  box-shadow:         1px 1px 3px 2px #4cfeaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cfeaa

Related Colors


Comments

No comments written yet.

Please login to write comment.