Color Hex Logo

#4cd68e Color Hex

#4CD68E
(76,214,142)
0 Favorites   0 Comments

Color spaces of #4cd68e

RGB 76214142
HSL0.410.630.57
HSV149°64°84°
CMYK 0.640.000.34   0.16
XYZ31.909551.582633.8658
Yxy51.58260.27190.4395
Hunter Lab71.8210-46.380722.3177
CIE-Lab77.0306-53.486624.8899

#4cd68e color RGB value is (76,214,142).

#4cd68e hex color red value is 76, green value is 214 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #4cd68e hue: 0.41 , saturation: 0.63 and the lightness value of 4cd68e is 0.57.

The process color (four color CMYK) of #4cd68e color hex is 0.64, 0.00, 0.34, 0.16. Web safe color of #4cd68e is #33cc99. Color #4cd68e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11010110 10001110
Octal 114 326 216
Decimal 76 214 142
Hex 4C D6 8E

RGB Percentages of Color #4cd68e

%17.59
%49.54
%32.87

CMYK Percentages of Color #4cd68e

%64
%0
%34
%16

Triadic Colors of #4cd68e

#4cd68e #8e4cd6 #d68e4c

Analogous Colors of #4cd68e

#4cd68e #4cd6d3 #4fd64c

Monochromatic Colors of #4cd68e

#4cd68e

Complementary Color

#4cd68e #d64c94

#4cd68e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cd68e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cd68e Color CSS Codes

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

#4cd68e Text Font Color

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

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


#4cd68e Background Color

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

This div background color is #4cd68e


#4cd68e Border Color

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

This div border color is #4cd68e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cd68e


Comments

No comments written yet.

Please login to write comment.