Color Hex Logo

#47e0b2 Color Hex

#47E0B2
(71,224,178)
0 Favorites   0 Comments

Color spaces of #47e0b2

RGB 71224178
HSL0.450.710.58
HSV162°68°88°
CMYK 0.680.000.21   0.12
XYZ37.290157.865351.3232
Yxy57.86530.25460.3950
Hunter Lab76.0692-45.618213.2461
CIE-Lab80.6638-50.620311.0122

#47e0b2 color RGB value is (71,224,178).

#47e0b2 hex color red value is 71, green value is 224 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #47e0b2 hue: 0.45 , saturation: 0.71 and the lightness value of 47e0b2 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 11100000 10110010
Octal 107 340 262
Decimal 71 224 178
Hex 47 E0 B2

RGB Percentages of Color #47e0b2

%15.01
%47.36
%37.63

CMYK Percentages of Color #47e0b2

%68
%0
%21
%12

Triadic Colors of #47e0b2

#47e0b2 #b247e0 #e0b247

Analogous Colors of #47e0b2

#47e0b2 #47c2e0 #47e066

Monochromatic Colors of #47e0b2

#47e0b2

Complementary Color

#47e0b2 #e04775

#47e0b2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47e0b2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#47e0b2 Color CSS Codes

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

#47e0b2 Text Font Color

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

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


#47e0b2 Background Color

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

This div background color is #47e0b2


#47e0b2 Border Color

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

This div border color is #47e0b2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47e0b2


Comments

No comments written yet.

Please login to write comment.