Color Hex Logo

#46a2ab Color Hex

#46A2AB
(70,162,171)
0 Favorites   0 Comments

Color spaces of #46a2ab

RGB 70162171
HSL0.510.420.47
HSV185°59°67°
CMYK 0.590.050.00   0.33
XYZ22.796830.083043.1332
Yxy30.08300.23740.3133
Hunter Lab54.8480-21.7929-8.2329
CIE-Lab61.7258-24.3674-12.8761

#46a2ab color RGB value is (70,162,171).

#46a2ab hex color red value is 70, green value is 162 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #46a2ab hue: 0.51 , saturation: 0.42 and the lightness value of 46a2ab is 0.47.

The process color (four color CMYK) of #46a2ab color hex is 0.59, 0.05, 0.00, 0.33. Web safe color of #46a2ab is #339999. Color #46a2ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10100010 10101011
Octal 106 242 253
Decimal 70 162 171
Hex 46 A2 AB

RGB Percentages of Color #46a2ab

%17.37
%40.20
%42.43

CMYK Percentages of Color #46a2ab

%59
%5
%0
%33

Triadic Colors of #46a2ab

#46a2ab #ab46a2 #a2ab46

Analogous Colors of #46a2ab

#46a2ab #4670ab #46ab82

Monochromatic Colors of #46a2ab

#46a2ab

Complementary Color

#46a2ab #ab4f46

#46a2ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46a2ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#46a2ab Color CSS Codes

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

#46a2ab Text Font Color

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

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


#46a2ab Background Color

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

This div background color is #46a2ab


#46a2ab Border Color

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

This div border color is #46a2ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46a2ab


Comments

No comments written yet.

Please login to write comment.