Color Hex Logo

#47eeaa Color Hex

#47EEAA
(71,238,170)
0 Favorites   0 Comments

Color spaces of #47eeaa

RGB 71238170
HSL0.430.830.61
HSV156°70°93°
CMYK 0.700.000.29   0.07
XYZ40.428865.390948.5211
Yxy65.39090.26190.4237
Hunter Lab80.8646-52.270921.0295
CIE-Lab84.6848-57.957520.8307

#47eeaa color RGB value is (71,238,170).

#47eeaa hex color red value is 71, green value is 238 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #47eeaa hue: 0.43 , saturation: 0.83 and the lightness value of 47eeaa is 0.61.

The process color (four color CMYK) of #47eeaa color hex is 0.70, 0.00, 0.29, 0.07. Web safe color of #47eeaa is #33ff99. Color #47eeaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 11101110 10101010
Octal 107 356 252
Decimal 71 238 170
Hex 47 EE AA

RGB Percentages of Color #47eeaa

%14.82
%49.69
%35.49

CMYK Percentages of Color #47eeaa

%70
%0
%29
%7

Triadic Colors of #47eeaa

#47eeaa #aa47ee #eeaa47

Analogous Colors of #47eeaa

#47eeaa #47dfee #47ee57

Monochromatic Colors of #47eeaa

#47eeaa

Complementary Color

#47eeaa #ee478b

#47eeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47eeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#47eeaa Color CSS Codes

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

#47eeaa Text Font Color

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

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


#47eeaa Background Color

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

This div background color is #47eeaa


#47eeaa Border Color

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

This div border color is #47eeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47eeaa


Comments

No comments written yet.

Please login to write comment.