Color Hex Logo

#46ee82 Color Hex

#46EE82
(70,238,130)
0 Favorites   0 Comments

Color spaces of #46ee82

RGB 70238130
HSL0.390.830.60
HSV141°71°93°
CMYK 0.710.000.45   0.07
XYZ37.129664.062931.5275
Yxy64.06290.27980.4827
Hunter Lab80.0393-57.264032.6732
CIE-Lab83.9985-65.519740.0970

#46ee82 color RGB value is (70,238,130).

#46ee82 hex color red value is 70, green value is 238 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #46ee82 hue: 0.39 , saturation: 0.83 and the lightness value of 46ee82 is 0.60.

The process color (four color CMYK) of #46ee82 color hex is 0.71, 0.00, 0.45, 0.07. Web safe color of #46ee82 is #33ff99. Color #46ee82 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 11101110 10000010
Octal 106 356 202
Decimal 70 238 130
Hex 46 EE 82

RGB Percentages of Color #46ee82

%15.98
%54.34
%29.68

CMYK Percentages of Color #46ee82

%71
%0
%45
%7

Triadic Colors of #46ee82

#46ee82 #8246ee #ee8246

Analogous Colors of #46ee82

#46ee82 #46eed6 #5eee46

Monochromatic Colors of #46ee82

#46ee82

Complementary Color

#46ee82 #ee46b2

#46ee82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46ee82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#46ee82 Color CSS Codes

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

#46ee82 Text Font Color

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

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


#46ee82 Background Color

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

This div background color is #46ee82


#46ee82 Border Color

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

This div border color is #46ee82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46ee82


Comments

No comments written yet.

Please login to write comment.