Color Hex Logo

#46e192 Color Hex

#46E192
(70,225,146)
0 Favorites   0 Comments

Color spaces of #46e192

RGB 70225146
HSL0.420.720.58
HSV149°69°88°
CMYK 0.690.000.35   0.12
XYZ34.639357.227836.4145
Yxy57.22780.27000.4461
Hunter Lab75.6491-50.651724.4145
CIE-Lab80.3076-57.971827.2224

#46e192 color RGB value is (70,225,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 11100001 10010010
Octal 106 341 222
Decimal 70 225 146
Hex 46 E1 92

RGB Percentages of Color #46e192

%15.87
%51.02
%33.11

CMYK Percentages of Color #46e192

%69
%0
%35
%12

Triadic Colors of #46e192

#46e192 #9246e1 #e19246

Analogous Colors of #46e192

#46e192 #46e1e0 #48e146

Monochromatic Colors of #46e192

#46e192

Complementary Color

#46e192 #e14695

#46e192 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46e192 Color Preview on White Background

Lorem ipsum dolor sit amet.

#46e192 Color CSS Codes

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

#46e192 Text Font Color

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

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


#46e192 Background Color

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

This div background color is #46e192


#46e192 Border Color

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

This div border color is #46e192


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46e192


Comments

No comments written yet.

Please login to write comment.