Color Hex Logo

#46eb71 Color Hex

#46EB71
(70,235,113)
0 Favorites   0 Comments

Color spaces of #46eb71

RGB 70235113
HSL0.380.800.60
HSV136°70°92°
CMYK 0.700.000.52   0.08
XYZ35.214861.911025.7168
Yxy61.91100.28670.5040
Hunter Lab78.6835-57.808635.7002
CIE-Lab82.8661-67.032946.8311

#46eb71 color RGB value is (70,235,113).

#46eb71 hex color red value is 70, green value is 235 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #46eb71 hue: 0.38 , saturation: 0.80 and the lightness value of 46eb71 is 0.60.

The process color (four color CMYK) of #46eb71 color hex is 0.70, 0.00, 0.52, 0.08. Web safe color of #46eb71 is #33ff66. Color #46eb71 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 11101011 01110001
Octal 106 353 161
Decimal 70 235 113
Hex 46 EB 71

RGB Percentages of Color #46eb71

%16.75
%56.22
%27.03

CMYK Percentages of Color #46eb71

%70
%0
%52
%8

Triadic Colors of #46eb71

#46eb71 #7146eb #eb7146

Analogous Colors of #46eb71

#46eb71 #46ebc4 #6eeb46

Monochromatic Colors of #46eb71

#46eb71

Complementary Color

#46eb71 #eb46c0

#46eb71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46eb71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#46eb71 Color CSS Codes

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

#46eb71 Text Font Color

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

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


#46eb71 Background Color

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

This div background color is #46eb71


#46eb71 Border Color

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

This div border color is #46eb71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46eb71


Comments

No comments written yet.

Please login to write comment.