Color Hex Logo

#46fb73 Color Hex

#46FB73
(70,251,115)
0 Favorites   0 Comments

Color spaces of #46fb73

RGB 70251115
HSL0.370.960.63
HSV135°72°98°
CMYK 0.720.000.54   0.02
XYZ40.117571.534327.9127
Yxy71.53430.28740.5126
Hunter Lab84.5780-63.344339.6375
CIE-Lab87.7439-72.111351.8181

#46fb73 color RGB value is (70,251,115).

#46fb73 hex color red value is 70, green value is 251 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #46fb73 hue: 0.37 , saturation: 0.96 and the lightness value of 46fb73 is 0.63.

The process color (four color CMYK) of #46fb73 color hex is 0.72, 0.00, 0.54, 0.02. Web safe color of #46fb73 is #33ff66. Color #46fb73 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 11111011 01110011
Octal 106 373 163
Decimal 70 251 115
Hex 46 FB 73

RGB Percentages of Color #46fb73

%16.06
%57.57
%26.38

CMYK Percentages of Color #46fb73

%72
%0
%54
%2

Triadic Colors of #46fb73

#46fb73 #7346fb #fb7346

Analogous Colors of #46fb73

#46fb73 #46fbce #74fb46

Monochromatic Colors of #46fb73

#46fb73

Complementary Color

#46fb73 #fb46ce

#46fb73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46fb73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#46fb73 Color CSS Codes

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

#46fb73 Text Font Color

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

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


#46fb73 Background Color

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

This div background color is #46fb73


#46fb73 Border Color

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

This div border color is #46fb73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46fb73


Comments

No comments written yet.

Please login to write comment.