Color Hex Logo

#46a1ab Color Hex

#46A1AB
(70,161,171)
0 Favorites   0 Comments

Color spaces of #46a1ab

RGB 70161171
HSL0.520.420.47
HSV186°59°67°
CMYK 0.590.060.00   0.33
XYZ22.621329.732143.0747
Yxy29.73210.23710.3116
Hunter Lab54.5271-21.3695-8.6682
CIE-Lab61.4224-23.8589-13.3327

#46a1ab color RGB value is (70,161,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10100001 10101011
Octal 106 241 253
Decimal 70 161 171
Hex 46 A1 AB

RGB Percentages of Color #46a1ab

%17.41
%40.05
%42.54

CMYK Percentages of Color #46a1ab

%59
%6
%0
%33

Triadic Colors of #46a1ab

#46a1ab #ab46a1 #a1ab46

Analogous Colors of #46a1ab

#46a1ab #466fab #46ab83

Monochromatic Colors of #46a1ab

#46a1ab

Complementary Color

#46a1ab #ab5046

#46a1ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46a1ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#46a1ab Color CSS Codes

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

#46a1ab Text Font Color

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

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


#46a1ab Background Color

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

This div background color is #46a1ab


#46a1ab Border Color

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

This div border color is #46a1ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46a1ab


Comments

No comments written yet.

Please login to write comment.