Color Hex Logo

#47baac Color Hex

#47BAAC
(71,186,172)
0 Favorites   0 Comments

Color spaces of #47baac

RGB 71186172
HSL0.480.450.50
HSV173°62°73°
CMYK 0.620.000.08   0.27
XYZ27.603839.436045.1868
Yxy39.43600.24600.3514
Hunter Lab62.7981-31.43441.2961
CIE-Lab69.0659-35.5475-2.5157

#47baac color RGB value is (71,186,172).

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

The process color (four color CMYK) of #47baac color hex is 0.62, 0.00, 0.08, 0.27. Web safe color of #47baac is #33cc99. Color #47baac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10111010 10101100
Octal 107 272 254
Decimal 71 186 172
Hex 47 BA AC

RGB Percentages of Color #47baac

%16.55
%43.36
%40.09

CMYK Percentages of Color #47baac

%62
%0
%8
%27

Triadic Colors of #47baac

#47baac #ac47ba #baac47

Analogous Colors of #47baac

#47baac #478fba #47ba73

Monochromatic Colors of #47baac

#47baac

Complementary Color

#47baac #ba4755

#47baac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47baac Color Preview on White Background

Lorem ipsum dolor sit amet.

#47baac Color CSS Codes

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

#47baac Text Font Color

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

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


#47baac Background Color

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

This div background color is #47baac


#47baac Border Color

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

This div border color is #47baac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,186,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47baac


Comments

No comments written yet.

Please login to write comment.