Color Hex Logo

#46eec5 Color Hex

#46EEC5
(70,238,197)
0 Favorites   0 Comments

Color spaces of #46eec5

RGB 70238197
HSL0.460.830.60
HSV165°71°93°
CMYK 0.710.000.17   0.07
XYZ43.178466.482463.3800
Yxy66.48240.24950.3842
Hunter Lab81.5367-48.163310.9885
CIE-Lab85.2419-52.02057.5636

#46eec5 color RGB value is (70,238,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 11101110 11000101
Octal 106 356 305
Decimal 70 238 197
Hex 46 EE C5

RGB Percentages of Color #46eec5

%13.86
%47.13
%39.01

CMYK Percentages of Color #46eec5

%71
%0
%17
%7

Triadic Colors of #46eec5

#46eec5 #c546ee #eec546

Analogous Colors of #46eec5

#46eec5 #46c3ee #46ee71

Monochromatic Colors of #46eec5

#46eec5

Complementary Color

#46eec5 #ee466f

#46eec5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46eec5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#46eec5 Color CSS Codes

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

#46eec5 Text Font Color

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

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


#46eec5 Background Color

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

This div background color is #46eec5


#46eec5 Border Color

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

This div border color is #46eec5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46eec5


Comments

No comments written yet.

Please login to write comment.