Color Hex Logo

#46feae Color Hex

#46FEAE
(70,254,174)
0 Favorites   0 Comments

Color spaces of #46feae

RGB 70254174
HSL0.430.990.64
HSV154°72°100°
CMYK 0.720.000.31   0.00
XYZ45.607675.241752.1637
Yxy75.24170.26360.4349
Hunter Lab86.7420-57.945925.0644
CIE-Lab89.5061-63.323725.4124

#46feae color RGB value is (70,254,174).

#46feae hex color red value is 70, green value is 254 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #46feae hue: 0.43 , saturation: 0.99 and the lightness value of 46feae is 0.64.

The process color (four color CMYK) of #46feae color hex is 0.72, 0.00, 0.31, 0.00. Web safe color of #46feae is #33ff99. Color #46feae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 11111110 10101110
Octal 106 376 256
Decimal 70 254 174
Hex 46 FE AE

RGB Percentages of Color #46feae

%14.06
%51.00
%34.94

CMYK Percentages of Color #46feae

%72
%0
%31
%0

Triadic Colors of #46feae

#46feae #ae46fe #feae46

Analogous Colors of #46feae

#46feae #46f2fe #46fe52

Monochromatic Colors of #46feae

#46feae

Complementary Color

#46feae #fe4696

#46feae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46feae Color Preview on White Background

Lorem ipsum dolor sit amet.

#46feae Color CSS Codes

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

#46feae Text Font Color

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

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


#46feae Background Color

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

This div background color is #46feae


#46feae Border Color

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

This div border color is #46feae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46feae


Comments

No comments written yet.

Please login to write comment.