Color Hex Logo

#46c16e Color Hex

#46C16E
(70,193,110)
0 Favorites   0 Comments

Color spaces of #46c16e

RGB 70193110
HSL0.390.500.52
HSV140°64°76°
CMYK 0.640.000.43   0.24
XYZ24.410240.567821.2957
Yxy40.56780.28290.4702
Hunter Lab63.6929-43.052624.7614
CIE-Lab69.8720-52.318331.9619

#46c16e color RGB value is (70,193,110).

#46c16e hex color red value is 70, green value is 193 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #46c16e hue: 0.39 , saturation: 0.50 and the lightness value of 46c16e is 0.52.

The process color (four color CMYK) of #46c16e color hex is 0.64, 0.00, 0.43, 0.24. Web safe color of #46c16e is #33cc66. Color #46c16e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 11000001 01101110
Octal 106 301 156
Decimal 70 193 110
Hex 46 C1 6E

RGB Percentages of Color #46c16e

%18.77
%51.74
%29.49

CMYK Percentages of Color #46c16e

%64
%0
%43
%24

Triadic Colors of #46c16e

#46c16e #6e46c1 #c16e46

Analogous Colors of #46c16e

#46c16e #46c1ac #5cc146

Monochromatic Colors of #46c16e

#46c16e

Complementary Color

#46c16e #c14699

#46c16e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46c16e Color Preview on White Background

Lorem ipsum dolor sit amet.

#46c16e Color CSS Codes

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

#46c16e Text Font Color

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

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


#46c16e Background Color

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

This div background color is #46c16e


#46c16e Border Color

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

This div border color is #46c16e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46c16e


Comments

No comments written yet.

Please login to write comment.