Color Hex Logo

#4cf066 Color Hex

#4CF066
(76,240,102)
0 Favorites   0 Comments

Color spaces of #4cf066

RGB 76240102
HSL0.360.850.62
HSV130°68°94°
CMYK 0.680.000.58   0.06
XYZ36.538964.816023.1553
Yxy64.81600.29350.5206
Hunter Lab80.5084-59.877139.3033
CIE-Lab84.3888-69.150853.7055

#4cf066 color RGB value is (76,240,102).

#4cf066 hex color red value is 76, green value is 240 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #4cf066 hue: 0.36 , saturation: 0.85 and the lightness value of 4cf066 is 0.62.

The process color (four color CMYK) of #4cf066 color hex is 0.68, 0.00, 0.58, 0.06. Web safe color of #4cf066 is #33ff66. Color #4cf066 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11110000 01100110
Octal 114 360 146
Decimal 76 240 102
Hex 4C F0 66

RGB Percentages of Color #4cf066

%18.18
%57.42
%24.40

CMYK Percentages of Color #4cf066

%68
%0
%58
%6

Triadic Colors of #4cf066

#4cf066 #664cf0 #f0664c

Analogous Colors of #4cf066

#4cf066 #4cf0b8 #84f04c

Monochromatic Colors of #4cf066

#4cf066

Complementary Color

#4cf066 #f04cd6

#4cf066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cf066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cf066 Color CSS Codes

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

#4cf066 Text Font Color

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

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


#4cf066 Background Color

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

This div background color is #4cf066


#4cf066 Border Color

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

This div border color is #4cf066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cf066


Comments

No comments written yet.

Please login to write comment.