Color Hex Logo

#4cffac Color Hex

#4CFFAC
(76,255,172)
0 Favorites   0 Comments

Color spaces of #4cffac

RGB 76255172
HSL0.421.000.65
HSV152°70°100°
CMYK 0.700.000.33   0.00
XYZ46.186976.035151.2717
Yxy76.03510.26620.4383
Hunter Lab87.1981-58.049226.1767
CIE-Lab89.8756-63.266126.9467

#4cffac color RGB value is (76,255,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11111111 10101100
Octal 114 377 254
Decimal 76 255 172
Hex 4C FF AC

RGB Percentages of Color #4cffac

%15.11
%50.70
%34.19

CMYK Percentages of Color #4cffac

%70
%0
%33
%0

Triadic Colors of #4cffac

#4cffac #ac4cff #ffac4c

Analogous Colors of #4cffac

#4cffac #4cf9ff #4cff53

Monochromatic Colors of #4cffac

#4cffac

Complementary Color

#4cffac #ff4c9f

#4cffac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cffac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cffac Color CSS Codes

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

#4cffac Text Font Color

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

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


#4cffac Background Color

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

This div background color is #4cffac


#4cffac Border Color

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

This div border color is #4cffac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cffac

Related Colors


Comments

No comments written yet.

Please login to write comment.