Color Hex Logo

#47eabf Color Hex

#47EABF
(71,234,191)
0 Favorites   0 Comments

Color spaces of #47eabf

RGB 71234191
HSL0.460.800.60
HSV164°70°92°
CMYK 0.700.000.18   0.08
XYZ41.425363.946859.4498
Yxy63.94680.25130.3880
Hunter Lab79.9667-47.473211.8987
CIE-Lab83.9381-51.67458.8413

#47eabf color RGB value is (71,234,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 11101010 10111111
Octal 107 352 277
Decimal 71 234 191
Hex 47 EA BF

RGB Percentages of Color #47eabf

%14.31
%47.18
%38.51

CMYK Percentages of Color #47eabf

%70
%0
%18
%8

Triadic Colors of #47eabf

#47eabf #bf47ea #eabf47

Analogous Colors of #47eabf

#47eabf #47c4ea #47ea6e

Monochromatic Colors of #47eabf

#47eabf

Complementary Color

#47eabf #ea4772

#47eabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47eabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#47eabf Color CSS Codes

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

#47eabf Text Font Color

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

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


#47eabf Background Color

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

This div background color is #47eabf


#47eabf Border Color

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

This div border color is #47eabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47eabf


Comments

No comments written yet.

Please login to write comment.