Color Hex Logo

#46ebae Color Hex

#46EBAE
(70,235,174)
0 Favorites   0 Comments

Color spaces of #46ebae

RGB 70235174
HSL0.440.800.60
HSV158°70°92°
CMYK 0.700.000.26   0.08
XYZ39.874163.774750.2526
Yxy63.77470.25910.4144
Hunter Lab79.8591-50.627318.5922
CIE-Lab83.8483-56.079917.5926

#46ebae color RGB value is (70,235,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 11101011 10101110
Octal 106 353 256
Decimal 70 235 174
Hex 46 EB AE

RGB Percentages of Color #46ebae

%14.61
%49.06
%36.33

CMYK Percentages of Color #46ebae

%70
%0
%26
%8

Triadic Colors of #46ebae

#46ebae #ae46eb #ebae46

Analogous Colors of #46ebae

#46ebae #46d6eb #46eb5c

Monochromatic Colors of #46ebae

#46ebae

Complementary Color

#46ebae #eb4683

#46ebae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46ebae Color Preview on White Background

Lorem ipsum dolor sit amet.

#46ebae Color CSS Codes

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

#46ebae Text Font Color

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

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


#46ebae Background Color

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

This div background color is #46ebae


#46ebae Border Color

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

This div border color is #46ebae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46ebae


Comments

No comments written yet.

Please login to write comment.