Color Hex Logo

#46ebaf Color Hex

#46EBAF
(70,235,175)
0 Favorites   0 Comments

Color spaces of #46ebaf

RGB 70235175
HSL0.440.800.60
HSV158°70°92°
CMYK 0.700.000.26   0.08
XYZ39.972063.813950.7680
Yxy63.81390.25860.4129
Hunter Lab79.8836-50.478818.2383
CIE-Lab83.8688-55.861917.1013

#46ebaf color RGB value is (70,235,175).

#46ebaf hex color red value is 70, green value is 235 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #46ebaf hue: 0.44 , saturation: 0.80 and the lightness value of 46ebaf is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 11101011 10101111
Octal 106 353 257
Decimal 70 235 175
Hex 46 EB AF

RGB Percentages of Color #46ebaf

%14.58
%48.96
%36.46

CMYK Percentages of Color #46ebaf

%70
%0
%26
%8

Triadic Colors of #46ebaf

#46ebaf #af46eb #ebaf46

Analogous Colors of #46ebaf

#46ebaf #46d5eb #46eb5d

Monochromatic Colors of #46ebaf

#46ebaf

Complementary Color

#46ebaf #eb4682

#46ebaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46ebaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#46ebaf Color CSS Codes

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

#46ebaf Text Font Color

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

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


#46ebaf Background Color

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

This div background color is #46ebaf


#46ebaf Border Color

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

This div border color is #46ebaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46ebaf


Comments

No comments written yet.

Please login to write comment.