Color Hex Logo

#46e69f Color Hex

#46E69F
(70,230,159)
0 Favorites   0 Comments

Color spaces of #46e69f

RGB 70230159
HSL0.430.760.59
HSV153°70°90°
CMYK 0.700.000.31   0.10
XYZ37.080660.398942.5047
Yxy60.39890.26490.4315
Hunter Lab77.7167-50.837521.9749
CIE-Lab82.0545-57.301422.8904

#46e69f color RGB value is (70,230,159).

#46e69f hex color red value is 70, green value is 230 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #46e69f hue: 0.43 , saturation: 0.76 and the lightness value of 46e69f is 0.59.

The process color (four color CMYK) of #46e69f color hex is 0.70, 0.00, 0.31, 0.10. Web safe color of #46e69f is #33ff99. Color #46e69f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 11100110 10011111
Octal 106 346 237
Decimal 70 230 159
Hex 46 E6 9F

RGB Percentages of Color #46e69f

%15.25
%50.11
%34.64

CMYK Percentages of Color #46e69f

%70
%0
%31
%10

Triadic Colors of #46e69f

#46e69f #9f46e6 #e69f46

Analogous Colors of #46e69f

#46e69f #46dde6 #46e64f

Monochromatic Colors of #46e69f

#46e69f

Complementary Color

#46e69f #e6468d

#46e69f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46e69f Color Preview on White Background

Lorem ipsum dolor sit amet.

#46e69f Color CSS Codes

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

#46e69f Text Font Color

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

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


#46e69f Background Color

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

This div background color is #46e69f


#46e69f Border Color

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

This div border color is #46e69f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46e69f


Comments

No comments written yet.

Please login to write comment.