Color Hex Logo

#46de76 Color Hex

#46DE76
(70,222,118)
0 Favorites   0 Comments

Color spaces of #46de76

RGB 70222118
HSL0.390.700.57
HSV139°68°87°
CMYK 0.680.000.47   0.13
XYZ31.917154.852626.0450
Yxy54.85260.28290.4862
Hunter Lab74.0625-52.685230.9937
CIE-Lab78.9563-61.759539.5664

#46de76 color RGB value is (70,222,118).

#46de76 hex color red value is 70, green value is 222 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #46de76 hue: 0.39 , saturation: 0.70 and the lightness value of 46de76 is 0.57.

The process color (four color CMYK) of #46de76 color hex is 0.68, 0.00, 0.47, 0.13. Web safe color of #46de76 is #33cc66. Color #46de76 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 11011110 01110110
Octal 106 336 166
Decimal 70 222 118
Hex 46 DE 76

RGB Percentages of Color #46de76

%17.07
%54.15
%28.78

CMYK Percentages of Color #46de76

%68
%0
%47
%13

Triadic Colors of #46de76

#46de76 #7646de #de7646

Analogous Colors of #46de76

#46de76 #46dec2 #62de46

Monochromatic Colors of #46de76

#46de76

Complementary Color

#46de76 #de46ae

#46de76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46de76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#46de76 Color CSS Codes

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

#46de76 Text Font Color

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

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


#46de76 Background Color

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

This div background color is #46de76


#46de76 Border Color

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

This div border color is #46de76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46de76


Comments

No comments written yet.

Please login to write comment.