Color Hex Logo

#47bfaf Color Hex

#47BFAF
(71,191,175)
0 Favorites   0 Comments

Color spaces of #47bfaf

RGB 71191175
HSL0.480.480.51
HSV172°63°75°
CMYK 0.630.000.08   0.25
XYZ28.967241.696347.0789
Yxy41.69630.24600.3541
Hunter Lab64.5727-32.92741.9735
CIE-Lab70.6610-37.0588-1.8194

#47bfaf color RGB value is (71,191,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10111111 10101111
Octal 107 277 257
Decimal 71 191 175
Hex 47 BF AF

RGB Percentages of Color #47bfaf

%16.25
%43.71
%40.05

CMYK Percentages of Color #47bfaf

%63
%0
%8
%25

Triadic Colors of #47bfaf

#47bfaf #af47bf #bfaf47

Analogous Colors of #47bfaf

#47bfaf #4793bf #47bf73

Monochromatic Colors of #47bfaf

#47bfaf

Complementary Color

#47bfaf #bf4757

#47bfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47bfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#47bfaf Color CSS Codes

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

#47bfaf Text Font Color

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

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


#47bfaf Background Color

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

This div background color is #47bfaf


#47bfaf Border Color

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

This div border color is #47bfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47bfaf

#47bfaf Color Palettes


Comments

No comments written yet.

Please login to write comment.