Color Hex Logo

#47c98b Color Hex

#47C98B
(71,201,139)
0 Favorites   0 Comments

Color spaces of #47c98b

RGB 71201139
HSL0.420.550.53
HSV151°65°79°
CMYK 0.650.000.31   0.21
XYZ28.145444.977031.6241
Yxy44.97700.26870.4294
Hunter Lab67.0649-42.451718.9875
CIE-Lab72.8767-49.821920.7866

#47c98b color RGB value is (71,201,139).

#47c98b hex color red value is 71, green value is 201 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #47c98b hue: 0.42 , saturation: 0.55 and the lightness value of 47c98b is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 11001001 10001011
Octal 107 311 213
Decimal 71 201 139
Hex 47 C9 8B

RGB Percentages of Color #47c98b

%17.27
%48.91
%33.82

CMYK Percentages of Color #47c98b

%65
%0
%31
%21

Triadic Colors of #47c98b

#47c98b #8b47c9 #c98b47

Analogous Colors of #47c98b

#47c98b #47c6c9 #47c94a

Monochromatic Colors of #47c98b

#47c98b

Complementary Color

#47c98b #c94785

#47c98b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47c98b Color Preview on White Background

Lorem ipsum dolor sit amet.

#47c98b Color CSS Codes

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

#47c98b Text Font Color

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

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


#47c98b Background Color

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

This div background color is #47c98b


#47c98b Border Color

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

This div border color is #47c98b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47c98b


Comments

No comments written yet.

Please login to write comment.