Color Hex Logo

#4ce076 Color Hex

#4CE076
(76,224,118)
0 Favorites   0 Comments

Color spaces of #4ce076

RGB 76224118
HSL0.380.700.59
HSV137°66°88°
CMYK 0.660.000.47   0.12
XYZ32.906256.155826.2444
Yxy56.15580.28540.4870
Hunter Lab74.9372-52.757631.6916
CIE-Lab79.7024-61.422040.5368

#4ce076 color RGB value is (76,224,118).

#4ce076 hex color red value is 76, green value is 224 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #4ce076 hue: 0.38 , saturation: 0.70 and the lightness value of 4ce076 is 0.59.

The process color (four color CMYK) of #4ce076 color hex is 0.66, 0.00, 0.47, 0.12. Web safe color of #4ce076 is #33cc66. Color #4ce076 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11100000 01110110
Octal 114 340 166
Decimal 76 224 118
Hex 4C E0 76

RGB Percentages of Color #4ce076

%18.18
%53.59
%28.23

CMYK Percentages of Color #4ce076

%66
%0
%47
%12

Triadic Colors of #4ce076

#4ce076 #764ce0 #e0764c

Analogous Colors of #4ce076

#4ce076 #4ce0c0 #6ce04c

Monochromatic Colors of #4ce076

#4ce076

Complementary Color

#4ce076 #e04cb6

#4ce076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ce076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ce076 Color CSS Codes

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

#4ce076 Text Font Color

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

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


#4ce076 Background Color

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

This div background color is #4ce076


#4ce076 Border Color

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

This div border color is #4ce076


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ce076


Comments

No comments written yet.

Please login to write comment.