Color Hex Logo

#47abaa Color Hex

#47ABAA
(71,171,170)
0 Favorites   0 Comments

Color spaces of #47abaa

RGB 71171170
HSL0.500.410.47
HSV179°58°67°
CMYK 0.580.000.01   0.33
XYZ24.417133.367743.1839
Yxy33.36770.24180.3305
Hunter Lab57.7648-25.6366-3.8888
CIE-Lab64.4575-28.9500-8.2237

#47abaa color RGB value is (71,171,170).

#47abaa hex color red value is 71, green value is 171 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #47abaa hue: 0.50 , saturation: 0.41 and the lightness value of 47abaa is 0.47.

The process color (four color CMYK) of #47abaa color hex is 0.58, 0.00, 0.01, 0.33. Web safe color of #47abaa is #339999. Color #47abaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10101011 10101010
Octal 107 253 252
Decimal 71 171 170
Hex 47 AB AA

RGB Percentages of Color #47abaa

%17.23
%41.50
%41.26

CMYK Percentages of Color #47abaa

%58
%0
%1
%33

Triadic Colors of #47abaa

#47abaa #aa47ab #abaa47

Analogous Colors of #47abaa

#47abaa #477aab #47ab78

Monochromatic Colors of #47abaa

#47abaa

Complementary Color

#47abaa #ab4748

#47abaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47abaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#47abaa Color CSS Codes

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

#47abaa Text Font Color

<p style="color:#47abaa">Text here</p>

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


#47abaa Background Color

<div style="background-color:#47abaa">
Div content here</div>

This div background color is #47abaa


#47abaa Border Color

<div style="border:3px solid #47abaa">
Div here</div>

This div border color is #47abaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,171,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47abaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47abaa;
  -webkit-box-shadow: 1px 1px 3px 2px #47abaa;
  box-shadow:         1px 1px 3px 2px #47abaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,171,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 #47abaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47abaa


Comments

No comments written yet.

Please login to write comment.