Color Hex Logo

#46e491 Color Hex

#46E491
(70,228,145)
0 Favorites   0 Comments

Color spaces of #46e491

RGB 70228145
HSL0.410.750.58
HSV148°69°89°
CMYK 0.690.000.36   0.11
XYZ35.380058.833236.2793
Yxy58.83320.27110.4509
Hunter Lab76.7028-51.894825.6487
CIE-Lab81.1998-59.290128.9328

#46e491 color RGB value is (70,228,145).

#46e491 hex color red value is 70, green value is 228 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #46e491 hue: 0.41 , saturation: 0.75 and the lightness value of 46e491 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 11100100 10010001
Octal 106 344 221
Decimal 70 228 145
Hex 46 E4 91

RGB Percentages of Color #46e491

%15.80
%51.47
%32.73

CMYK Percentages of Color #46e491

%69
%0
%36
%11

Triadic Colors of #46e491

#46e491 #9146e4 #e49146

Analogous Colors of #46e491

#46e491 #46e4e0 #4ae446

Monochromatic Colors of #46e491

#46e491

Complementary Color

#46e491 #e44699

#46e491 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46e491 Color Preview on White Background

Lorem ipsum dolor sit amet.

#46e491 Color CSS Codes

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

#46e491 Text Font Color

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

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


#46e491 Background Color

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

This div background color is #46e491


#46e491 Border Color

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

This div border color is #46e491


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46e491


Comments

No comments written yet.

Please login to write comment.