Color Hex Logo

#46eeaf Color Hex

#46EEAF
(70,238,175)
0 Favorites   0 Comments

Color spaces of #46eeaf

RGB 70238175
HSL0.440.830.60
HSV158°71°93°
CMYK 0.710.000.26   0.07
XYZ40.838265.546351.0567
Yxy65.54630.25940.4163
Hunter Lab80.9607-51.642219.2821
CIE-Lab84.7645-57.036018.3522

#46eeaf color RGB value is (70,238,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 11101110 10101111
Octal 106 356 257
Decimal 70 238 175
Hex 46 EE AF

RGB Percentages of Color #46eeaf

%14.49
%49.28
%36.23

CMYK Percentages of Color #46eeaf

%71
%0
%26
%7

Triadic Colors of #46eeaf

#46eeaf #af46ee #eeaf46

Analogous Colors of #46eeaf

#46eeaf #46d9ee #46ee5b

Monochromatic Colors of #46eeaf

#46eeaf

Complementary Color

#46eeaf #ee4685

#46eeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46eeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#46eeaf Color CSS Codes

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

#46eeaf Text Font Color

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

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


#46eeaf Background Color

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

This div background color is #46eeaf


#46eeaf Border Color

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

This div border color is #46eeaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,238,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 #46eeaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46eeaf


Comments

No comments written yet.

Please login to write comment.