Color Hex Logo

#46aeaa Color Hex

#46AEAA
(70,174,170)
0 Favorites   0 Comments

Color spaces of #46aeaa

RGB 70174170
HSL0.490.430.48
HSV178°60°68°
CMYK 0.600.000.02   0.32
XYZ24.917534.476543.3715
Yxy34.47650.24250.3355
Hunter Lab58.7167-27.0045-2.6933
CIE-Lab65.3390-30.5929-6.9163

#46aeaa color RGB value is (70,174,170).

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

The process color (four color CMYK) of #46aeaa color hex is 0.60, 0.00, 0.02, 0.32. Web safe color of #46aeaa is #339999. Color #46aeaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10101110 10101010
Octal 106 256 252
Decimal 70 174 170
Hex 46 AE AA

RGB Percentages of Color #46aeaa

%16.91
%42.03
%41.06

CMYK Percentages of Color #46aeaa

%60
%0
%2
%32

Triadic Colors of #46aeaa

#46aeaa #aa46ae #aeaa46

Analogous Colors of #46aeaa

#46aeaa #467eae #46ae76

Monochromatic Colors of #46aeaa

#46aeaa

Complementary Color

#46aeaa #ae464a

#46aeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46aeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#46aeaa Color CSS Codes

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

#46aeaa Text Font Color

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

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


#46aeaa Background Color

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

This div background color is #46aeaa


#46aeaa Border Color

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

This div border color is #46aeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46aeaa


Comments

No comments written yet.

Please login to write comment.