Color Hex Logo

#47aea0 Color Hex

#47AEA0
(71,174,160)
0 Favorites   0 Comments

Color spaces of #47aea0

RGB 71174160
HSL0.480.420.48
HSV172°59°68°
CMYK 0.590.000.08   0.32
XYZ24.079734.149838.5801
Yxy34.14980.24870.3528
Hunter Lab58.4378-28.71411.7638
CIE-Lab65.0813-33.1094-1.7290

#47aea0 color RGB value is (71,174,160).

#47aea0 hex color red value is 71, green value is 174 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #47aea0 hue: 0.48 , saturation: 0.42 and the lightness value of 47aea0 is 0.48.

The process color (four color CMYK) of #47aea0 color hex is 0.59, 0.00, 0.08, 0.32. Web safe color of #47aea0 is #339999. Color #47aea0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10101110 10100000
Octal 107 256 240
Decimal 71 174 160
Hex 47 AE A0

RGB Percentages of Color #47aea0

%17.53
%42.96
%39.51

CMYK Percentages of Color #47aea0

%59
%0
%8
%32

Triadic Colors of #47aea0

#47aea0 #a047ae #aea047

Analogous Colors of #47aea0

#47aea0 #4789ae #47ae6d

Monochromatic Colors of #47aea0

#47aea0

Complementary Color

#47aea0 #ae4755

#47aea0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47aea0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#47aea0 Color CSS Codes

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

#47aea0 Text Font Color

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

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


#47aea0 Background Color

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

This div background color is #47aea0


#47aea0 Border Color

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

This div border color is #47aea0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47aea0


Comments

No comments written yet.

Please login to write comment.