Color Hex Logo

#46e19a Color Hex

#46E19A
(70,225,154)
0 Favorites   0 Comments

Color spaces of #46e19a

RGB 70225154
HSL0.420.720.58
HSV153°69°88°
CMYK 0.690.000.32   0.12
XYZ35.283757.485639.8080
Yxy57.48560.26610.4336
Hunter Lab75.8193-49.615921.9440
CIE-Lab80.4519-56.393223.2864

#46e19a color RGB value is (70,225,154).

#46e19a hex color red value is 70, green value is 225 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #46e19a hue: 0.42 , saturation: 0.72 and the lightness value of 46e19a is 0.58.

The process color (four color CMYK) of #46e19a color hex is 0.69, 0.00, 0.32, 0.12. Web safe color of #46e19a is #33cc99. Color #46e19a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 11100001 10011010
Octal 106 341 232
Decimal 70 225 154
Hex 46 E1 9A

RGB Percentages of Color #46e19a

%15.59
%50.11
%34.30

CMYK Percentages of Color #46e19a

%69
%0
%32
%12

Triadic Colors of #46e19a

#46e19a #9a46e1 #e19a46

Analogous Colors of #46e19a

#46e19a #46dbe1 #46e14d

Monochromatic Colors of #46e19a

#46e19a

Complementary Color

#46e19a #e1468d

#46e19a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46e19a Color Preview on White Background

Lorem ipsum dolor sit amet.

#46e19a Color CSS Codes

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

#46e19a Text Font Color

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

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


#46e19a Background Color

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

This div background color is #46e19a


#46e19a Border Color

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

This div border color is #46e19a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46e19a


Comments

No comments written yet.

Please login to write comment.