Color Hex Logo

#47acab Color Hex

#47ACAB
(71,172,171)
0 Favorites   0 Comments

Color spaces of #47acab

RGB 71172171
HSL0.500.420.48
HSV179°59°67°
CMYK 0.590.000.01   0.33
XYZ24.701733.784943.7473
Yxy33.78490.24160.3305
Hunter Lab58.1248-25.8600-3.9370
CIE-Lab64.7915-29.1592-8.2842

#47acab color RGB value is (71,172,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10101100 10101011
Octal 107 254 253
Decimal 71 172 171
Hex 47 AC AB

RGB Percentages of Color #47acab

%17.15
%41.55
%41.30

CMYK Percentages of Color #47acab

%59
%0
%1
%33

Triadic Colors of #47acab

#47acab #ab47ac #acab47

Analogous Colors of #47acab

#47acab #477bac #47ac79

Monochromatic Colors of #47acab

#47acab

Complementary Color

#47acab #ac4748

#47acab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47acab Color Preview on White Background

Lorem ipsum dolor sit amet.

#47acab Color CSS Codes

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

#47acab Text Font Color

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

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


#47acab Background Color

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

This div background color is #47acab


#47acab Border Color

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

This div border color is #47acab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47acab


Comments

No comments written yet.

Please login to write comment.