Color Hex Logo

#46aba0 Color Hex

#46ABA0
(70,171,160)
0 Favorites   0 Comments

Color spaces of #46aba0

RGB 70171160
HSL0.480.420.47
HSV173°59°67°
CMYK 0.590.000.06   0.33
XYZ23.433932.966038.3857
Yxy32.96600.24720.3478
Hunter Lab57.4160-27.62470.5527
CIE-Lab64.1334-31.8775-3.1252

#46aba0 color RGB value is (70,171,160).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10101011 10100000
Octal 106 253 240
Decimal 70 171 160
Hex 46 AB A0

RGB Percentages of Color #46aba0

%17.46
%42.64
%39.90

CMYK Percentages of Color #46aba0

%59
%0
%6
%33

Triadic Colors of #46aba0

#46aba0 #a046ab #aba046

Analogous Colors of #46aba0

#46aba0 #4684ab #46ab6e

Monochromatic Colors of #46aba0

#46aba0

Complementary Color

#46aba0 #ab4651

#46aba0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46aba0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#46aba0 Color CSS Codes

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

#46aba0 Text Font Color

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

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


#46aba0 Background Color

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

This div background color is #46aba0


#46aba0 Border Color

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

This div border color is #46aba0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46aba0


Comments

No comments written yet.

Please login to write comment.