Color Hex Logo

#47eab4 Color Hex

#47EAB4
(71,234,180)
0 Favorites   0 Comments

Color spaces of #47eab4

RGB 71234180
HSL0.440.800.60
HSV160°70°92°
CMYK 0.700.000.23   0.08
XYZ40.259663.480553.3111
Yxy63.48050.25630.4042
Hunter Lab79.6747-49.234616.1007
CIE-Lab83.6946-54.214714.2534

#47eab4 color RGB value is (71,234,180).

#47eab4 hex color red value is 71, green value is 234 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #47eab4 hue: 0.44 , saturation: 0.80 and the lightness value of 47eab4 is 0.60.

The process color (four color CMYK) of #47eab4 color hex is 0.70, 0.00, 0.23, 0.08. Web safe color of #47eab4 is #33ffcc. Color #47eab4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 11101010 10110100
Octal 107 352 264
Decimal 71 234 180
Hex 47 EA B4

RGB Percentages of Color #47eab4

%14.64
%48.25
%37.11

CMYK Percentages of Color #47eab4

%70
%0
%23
%8

Triadic Colors of #47eab4

#47eab4 #b447ea #eab447

Analogous Colors of #47eab4

#47eab4 #47cfea #47ea62

Monochromatic Colors of #47eab4

#47eab4

Complementary Color

#47eab4 #ea477d

#47eab4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47eab4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#47eab4 Color CSS Codes

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

#47eab4 Text Font Color

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

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


#47eab4 Background Color

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

This div background color is #47eab4


#47eab4 Border Color

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

This div border color is #47eab4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47eab4


Comments

No comments written yet.

Please login to write comment.