Color Hex Logo

#39dc74 Color Hex

#39DC74
(57,220,116)
0 Favorites   0 Comments

Color spaces of #39dc74

RGB 57220116
HSL0.390.700.54
HSV142°74°86°
CMYK 0.740.000.47   0.14
XYZ30.432953.317225.2103
Yxy53.31720.27930.4893
Hunter Lab73.0186-53.386930.6427
CIE-Lab78.0619-63.377139.3651

#39dc74 color RGB value is (57,220,116).

#39dc74 hex color red value is 57, green value is 220 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #39dc74 hue: 0.39 , saturation: 0.70 and the lightness value of 39dc74 is 0.54.

The process color (four color CMYK) of #39dc74 color hex is 0.74, 0.00, 0.47, 0.14. Web safe color of #39dc74 is #33cc66. Color #39dc74 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 11011100 01110100
Octal 71 334 164
Decimal 57 220 116
Hex 39 DC 74

RGB Percentages of Color #39dc74

%14.50
%55.98
%29.52

CMYK Percentages of Color #39dc74

%74
%0
%47
%14

Triadic Colors of #39dc74

#39dc74 #7439dc #dc7439

Analogous Colors of #39dc74

#39dc74 #39dcc6 #50dc39

Monochromatic Colors of #39dc74

#39dc74

Complementary Color

#39dc74 #dc39a1

#39dc74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39dc74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#39dc74 Color CSS Codes

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

#39dc74 Text Font Color

<p style="color:#39dc74">Text here</p>

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


#39dc74 Background Color

<div style="background-color:#39dc74">
Div content here</div>

This div background color is #39dc74


#39dc74 Border Color

<div style="border:3px solid #39dc74">
Div here</div>

This div border color is #39dc74


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,220,116, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #39dc74; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #39dc74;
  -webkit-box-shadow: 1px 1px 3px 2px #39dc74;
  box-shadow:         1px 1px 3px 2px #39dc74; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,220,116, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39dc74


Comments

No comments written yet.

Please login to write comment.