Color Hex Logo

#46eeab Color Hex

#46EEAB
(70,238,171)
0 Favorites   0 Comments

Color spaces of #46eeab

RGB 70238171
HSL0.430.830.60
HSV156°71°93°
CMYK 0.710.000.28   0.07
XYZ40.451065.391449.0179
Yxy65.39140.26120.4223
Hunter Lab80.8649-52.222820.6656
CIE-Lab84.6850-57.889820.3116

#46eeab color RGB value is (70,238,171).

#46eeab hex color red value is 70, green value is 238 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #46eeab hue: 0.43 , saturation: 0.83 and the lightness value of 46eeab is 0.60.

The process color (four color CMYK) of #46eeab color hex is 0.71, 0.00, 0.28, 0.07. Web safe color of #46eeab is #33ff99. Color #46eeab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 11101110 10101011
Octal 106 356 253
Decimal 70 238 171
Hex 46 EE AB

RGB Percentages of Color #46eeab

%14.61
%49.69
%35.70

CMYK Percentages of Color #46eeab

%71
%0
%28
%7

Triadic Colors of #46eeab

#46eeab #ab46ee #eeab46

Analogous Colors of #46eeab

#46eeab #46ddee #46ee57

Monochromatic Colors of #46eeab

#46eeab

Complementary Color

#46eeab #ee4689

#46eeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46eeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#46eeab Color CSS Codes

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

#46eeab Text Font Color

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

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


#46eeab Background Color

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

This div background color is #46eeab


#46eeab Border Color

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

This div border color is #46eeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46eeab


Comments

No comments written yet.

Please login to write comment.