Color Hex Logo

#47fdab Color Hex

#47FDAB
(71,253,171)
0 Favorites   0 Comments

Color spaces of #47fdab

RGB 71253171
HSL0.420.980.64
HSV153°72°99°
CMYK 0.720.000.32   0.01
XYZ45.074574.530450.5382
Yxy74.53040.26490.4380
Hunter Lab86.3310-57.882125.7233
CIE-Lab89.1726-63.417226.4801

#47fdab color RGB value is (71,253,171).

#47fdab hex color red value is 71, green value is 253 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #47fdab hue: 0.42 , saturation: 0.98 and the lightness value of 47fdab is 0.64.

The process color (four color CMYK) of #47fdab color hex is 0.72, 0.00, 0.32, 0.01. Web safe color of #47fdab is #33ff99. Color #47fdab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 11111101 10101011
Octal 107 375 253
Decimal 71 253 171
Hex 47 FD AB

RGB Percentages of Color #47fdab

%14.34
%51.11
%34.55

CMYK Percentages of Color #47fdab

%72
%0
%32
%1

Triadic Colors of #47fdab

#47fdab #ab47fd #fdab47

Analogous Colors of #47fdab

#47fdab #47f4fd #47fd50

Monochromatic Colors of #47fdab

#47fdab

Complementary Color

#47fdab #fd4799

#47fdab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47fdab Color Preview on White Background

Lorem ipsum dolor sit amet.

#47fdab Color CSS Codes

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

#47fdab Text Font Color

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

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


#47fdab Background Color

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

This div background color is #47fdab


#47fdab Border Color

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

This div border color is #47fdab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47fdab


Comments

No comments written yet.

Please login to write comment.