Color Hex Logo

#46e37d Color Hex

#46E37D
(70,227,125)
0 Favorites   0 Comments

Color spaces of #46e37d

RGB 70227125
HSL0.390.740.58
HSV141°69°89°
CMYK 0.690.000.45   0.11
XYZ33.696557.720928.7673
Yxy57.72090.28040.4803
Hunter Lab75.9743-53.785730.7321
CIE-Lab80.5834-62.430838.1887

#46e37d color RGB value is (70,227,125).

#46e37d hex color red value is 70, green value is 227 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #46e37d hue: 0.39 , saturation: 0.74 and the lightness value of 46e37d is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 11100011 01111101
Octal 106 343 175
Decimal 70 227 125
Hex 46 E3 7D

RGB Percentages of Color #46e37d

%16.59
%53.79
%29.62

CMYK Percentages of Color #46e37d

%69
%0
%45
%11

Triadic Colors of #46e37d

#46e37d #7d46e3 #e37d46

Analogous Colors of #46e37d

#46e37d #46e3cc #5de346

Monochromatic Colors of #46e37d

#46e37d

Complementary Color

#46e37d #e346ac

#46e37d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46e37d Color Preview on White Background

Lorem ipsum dolor sit amet.

#46e37d Color CSS Codes

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

#46e37d Text Font Color

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

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


#46e37d Background Color

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

This div background color is #46e37d


#46e37d Border Color

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

This div border color is #46e37d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46e37d


Comments

No comments written yet.

Please login to write comment.