Color Hex Logo

#47f914 Color Hex

#47F914
(71,249,20)
0 Favorites   0 Comments

Color spaces of #47f914

RGB 7124920
HSL0.300.950.53
HSV107°92°98°
CMYK 0.710.000.92   0.02
XYZ36.600569.141512.0784
Yxy69.14150.31060.5868
Hunter Lab83.1514-66.945149.5936
CIE-Lab86.5741-78.365880.7541

#47f914 color RGB value is (71,249,20).

#47f914 hex color red value is 71, green value is 249 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #47f914 hue: 0.30 , saturation: 0.95 and the lightness value of 47f914 is 0.53.

The process color (four color CMYK) of #47f914 color hex is 0.71, 0.00, 0.92, 0.02. Web safe color of #47f914 is #33ff00. Color #47f914 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 11111001 00010100
Octal 107 371 24
Decimal 71 249 20
Hex 47 F9 14

RGB Percentages of Color #47f914

%20.88
%73.24
%5.88

CMYK Percentages of Color #47f914

%71
%0
%92
%2

Triadic Colors of #47f914

#47f914 #1447f9 #f91447

Analogous Colors of #47f914

#47f914 #14f953 #baf914

Monochromatic Colors of #47f914

#47f914

Complementary Color

#47f914 #c614f9

#47f914 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47f914 Color Preview on White Background

Lorem ipsum dolor sit amet.

#47f914 Color CSS Codes

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

#47f914 Text Font Color

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

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


#47f914 Background Color

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

This div background color is #47f914


#47f914 Border Color

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

This div border color is #47f914


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47f914


Comments

No comments written yet.

Please login to write comment.