Color Hex Logo

#46cc71 Color Hex

#46CC71
(70,204,113)
0 Favorites   0 Comments

Color spaces of #46cc71

RGB 70204113
HSL0.390.570.54
HSV139°66°80°
CMYK 0.660.000.45   0.20
XYZ27.099345.680123.0116
Yxy45.68010.28290.4769
Hunter Lab67.5871-46.707127.1243
CIE-Lab73.3375-55.989034.8989

#46cc71 color RGB value is (70,204,113).

#46cc71 hex color red value is 70, green value is 204 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #46cc71 hue: 0.39 , saturation: 0.57 and the lightness value of 46cc71 is 0.54.

The process color (four color CMYK) of #46cc71 color hex is 0.66, 0.00, 0.45, 0.20. Web safe color of #46cc71 is #33cc66. Color #46cc71 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 11001100 01110001
Octal 106 314 161
Decimal 70 204 113
Hex 46 CC 71

RGB Percentages of Color #46cc71

%18.09
%52.71
%29.20

CMYK Percentages of Color #46cc71

%66
%0
%45
%20

Triadic Colors of #46cc71

#46cc71 #7146cc #cc7146

Analogous Colors of #46cc71

#46cc71 #46ccb4 #5ecc46

Monochromatic Colors of #46cc71

#46cc71

Complementary Color

#46cc71 #cc46a1

#46cc71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46cc71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#46cc71 Color CSS Codes

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

#46cc71 Text Font Color

<p style="color:#46cc71">Text here</p>

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


#46cc71 Background Color

<div style="background-color:#46cc71">
Div content here</div>

This div background color is #46cc71


#46cc71 Border Color

<div style="border:3px solid #46cc71">
Div here</div>

This div border color is #46cc71


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,204,113, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46cc71; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46cc71;
  -webkit-box-shadow: 1px 1px 3px 2px #46cc71;
  box-shadow:         1px 1px 3px 2px #46cc71; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,204,113, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46cc71


Comments

No comments written yet.

Please login to write comment.