Color Hex Logo

#46d76c Color Hex

#46D76C
(70,215,108)
0 Favorites   0 Comments

Color spaces of #46d76c

RGB 70215108
HSL0.380.640.56
HSV136°67°84°
CMYK 0.670.000.50   0.16
XYZ29.533050.985722.4720
Yxy50.98570.28680.4951
Hunter Lab71.4043-51.129431.3235
CIE-Lab76.6703-60.784441.5838

#46d76c color RGB value is (70,215,108).

#46d76c hex color red value is 70, green value is 215 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #46d76c hue: 0.38 , saturation: 0.64 and the lightness value of 46d76c is 0.56.

The process color (four color CMYK) of #46d76c color hex is 0.67, 0.00, 0.50, 0.16. Web safe color of #46d76c is #33cc66. Color #46d76c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 11010111 01101100
Octal 106 327 154
Decimal 70 215 108
Hex 46 D7 6C

RGB Percentages of Color #46d76c

%17.81
%54.71
%27.48

CMYK Percentages of Color #46d76c

%67
%0
%50
%16

Triadic Colors of #46d76c

#46d76c #6c46d7 #d76c46

Analogous Colors of #46d76c

#46d76c #46d7b5 #69d746

Monochromatic Colors of #46d76c

#46d76c

Complementary Color

#46d76c #d746b1

#46d76c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46d76c Color Preview on White Background

Lorem ipsum dolor sit amet.

#46d76c Color CSS Codes

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

#46d76c Text Font Color

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

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


#46d76c Background Color

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

This div background color is #46d76c


#46d76c Border Color

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

This div border color is #46d76c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46d76c


Comments

No comments written yet.

Please login to write comment.