Color Hex Logo

#46e98c Color Hex

#46E98C
(70,233,140)
0 Favorites   0 Comments

Color spaces of #46e98c

RGB 70233140
HSL0.400.790.59
HSV146°70°91°
CMYK 0.700.000.40   0.09
XYZ36.398361.473434.7581
Yxy61.47340.27440.4635
Hunter Lab78.4050-54.342828.5993
CIE-Lab82.6326-62.047733.3687

#46e98c color RGB value is (70,233,140).

#46e98c hex color red value is 70, green value is 233 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #46e98c hue: 0.40 , saturation: 0.79 and the lightness value of 46e98c is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 11101001 10001100
Octal 106 351 214
Decimal 70 233 140
Hex 46 E9 8C

RGB Percentages of Color #46e98c

%15.80
%52.60
%31.60

CMYK Percentages of Color #46e98c

%70
%0
%40
%9

Triadic Colors of #46e98c

#46e98c #8c46e9 #e98c46

Analogous Colors of #46e98c

#46e98c #46e9de #52e946

Monochromatic Colors of #46e98c

#46e98c

Complementary Color

#46e98c #e946a3

#46e98c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46e98c Color Preview on White Background

Lorem ipsum dolor sit amet.

#46e98c Color CSS Codes

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

#46e98c Text Font Color

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

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


#46e98c Background Color

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

This div background color is #46e98c


#46e98c Border Color

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

This div border color is #46e98c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46e98c


Comments

No comments written yet.

Please login to write comment.