Color Hex Logo

#47cb80 Color Hex

#47CB80
(71,203,128)
0 Favorites   0 Comments

Color spaces of #47cb80

RGB 71203128
HSL0.410.560.54
HSV146°65°80°
CMYK 0.650.000.37   0.20
XYZ27.850845.610027.7578
Yxy45.61000.27520.4506
Hunter Lab67.5352-44.575022.9057
CIE-Lab73.2918-52.777627.1360

#47cb80 color RGB value is (71,203,128).

#47cb80 hex color red value is 71, green value is 203 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #47cb80 hue: 0.41 , saturation: 0.56 and the lightness value of 47cb80 is 0.54.

The process color (four color CMYK) of #47cb80 color hex is 0.65, 0.00, 0.37, 0.20. Web safe color of #47cb80 is #33cc99. Color #47cb80 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 11001011 10000000
Octal 107 313 200
Decimal 71 203 128
Hex 47 CB 80

RGB Percentages of Color #47cb80

%17.66
%50.50
%31.84

CMYK Percentages of Color #47cb80

%65
%0
%37
%20

Triadic Colors of #47cb80

#47cb80 #8047cb #cb8047

Analogous Colors of #47cb80

#47cb80 #47cbc2 #50cb47

Monochromatic Colors of #47cb80

#47cb80

Complementary Color

#47cb80 #cb4792

#47cb80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47cb80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#47cb80 Color CSS Codes

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

#47cb80 Text Font Color

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

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


#47cb80 Background Color

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

This div background color is #47cb80


#47cb80 Border Color

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

This div border color is #47cb80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47cb80


Comments

No comments written yet.

Please login to write comment.