Color Hex Logo

#4ce014 Color Hex

#4CE014
(76,224,20)
0 Favorites   0 Comments

Color spaces of #4ce014

RGB 7622420
HSL0.290.840.48
HSV104°91°88°
CMYK 0.660.000.91   0.12
XYZ29.762454.89839.6896
Yxy54.89830.31540.5819
Hunter Lab74.0934-57.962244.1117
CIE-Lab78.9827-69.876774.4713

#4ce014 color RGB value is (76,224,20).

#4ce014 hex color red value is 76, green value is 224 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #4ce014 hue: 0.29 , saturation: 0.84 and the lightness value of 4ce014 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11100000 00010100
Octal 114 340 24
Decimal 76 224 20
Hex 4C E0 14

RGB Percentages of Color #4ce014

%23.75
%70.00
%6.25

CMYK Percentages of Color #4ce014

%66
%0
%91
%12

Triadic Colors of #4ce014

#4ce014 #144ce0 #e0144c

Analogous Colors of #4ce014

#4ce014 #14e042 #b2e014

Monochromatic Colors of #4ce014

#4ce014

Complementary Color

#4ce014 #a814e0

#4ce014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ce014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ce014 Color CSS Codes

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

#4ce014 Text Font Color

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

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


#4ce014 Background Color

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

This div background color is #4ce014


#4ce014 Border Color

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

This div border color is #4ce014


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ce014


Comments

No comments written yet.

Please login to write comment.