Color Hex Logo

#47bfac Color Hex

#47BFAC
(71,191,172)
0 Favorites   0 Comments

Color spaces of #47bfac

RGB 71191172
HSL0.470.480.51
HSV171°63°75°
CMYK 0.630.000.10   0.25
XYZ28.675741.579845.5441
Yxy41.57980.24760.3591
Hunter Lab64.4824-33.46423.2610
CIE-Lab70.5802-37.8431-0.2970

#47bfac color RGB value is (71,191,172).

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

The process color (four color CMYK) of #47bfac color hex is 0.63, 0.00, 0.10, 0.25. Web safe color of #47bfac is #33cc99. Color #47bfac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10111111 10101100
Octal 107 277 254
Decimal 71 191 172
Hex 47 BF AC

RGB Percentages of Color #47bfac

%16.36
%44.01
%39.63

CMYK Percentages of Color #47bfac

%63
%0
%10
%25

Triadic Colors of #47bfac

#47bfac #ac47bf #bfac47

Analogous Colors of #47bfac

#47bfac #4796bf #47bf70

Monochromatic Colors of #47bfac

#47bfac

Complementary Color

#47bfac #bf475a

#47bfac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47bfac Color Preview on White Background

Lorem ipsum dolor sit amet.

#47bfac Color CSS Codes

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

#47bfac Text Font Color

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

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


#47bfac Background Color

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

This div background color is #47bfac


#47bfac Border Color

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

This div border color is #47bfac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47bfac


Comments

No comments written yet.

Please login to write comment.