Color Hex Logo

#4cfc96 Color Hex

#4CFC96
(76,252,150)
0 Favorites   0 Comments

Color spaces of #4cfc96

RGB 76252150
HSL0.400.970.64
HSV145°70°99°
CMYK 0.700.000.40   0.01
XYZ43.295973.359340.7320
Yxy73.35930.27510.4661
Hunter Lab85.6500-59.656231.7589
CIE-Lab88.6188-66.227836.2691

#4cfc96 color RGB value is (76,252,150).

#4cfc96 hex color red value is 76, green value is 252 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #4cfc96 hue: 0.40 , saturation: 0.97 and the lightness value of 4cfc96 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11111100 10010110
Octal 114 374 226
Decimal 76 252 150
Hex 4C FC 96

RGB Percentages of Color #4cfc96

%15.90
%52.72
%31.38

CMYK Percentages of Color #4cfc96

%70
%0
%40
%1

Triadic Colors of #4cfc96

#4cfc96 #964cfc #fc964c

Analogous Colors of #4cfc96

#4cfc96 #4cfcee #5afc4c

Monochromatic Colors of #4cfc96

#4cfc96

Complementary Color

#4cfc96 #fc4cb2

#4cfc96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cfc96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cfc96 Color CSS Codes

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

#4cfc96 Text Font Color

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

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


#4cfc96 Background Color

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

This div background color is #4cfc96


#4cfc96 Border Color

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

This div border color is #4cfc96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cfc96


Comments

No comments written yet.

Please login to write comment.