Color Hex Logo

#47ada8 Color Hex

#47ADA8
(71,173,168)
0 Favorites   0 Comments

Color spaces of #47ada8

RGB 71173168
HSL0.490.420.48
HSV177°59°68°
CMYK 0.590.000.03   0.32
XYZ24.610034.053942.3218
Yxy34.05390.24370.3372
Hunter Lab58.3557-26.8448-2.1504
CIE-Lab65.0053-30.4763-6.2948

#47ada8 color RGB value is (71,173,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10101101 10101000
Octal 107 255 250
Decimal 71 173 168
Hex 47 AD A8

RGB Percentages of Color #47ada8

%17.23
%41.99
%40.78

CMYK Percentages of Color #47ada8

%59
%0
%3
%32

Triadic Colors of #47ada8

#47ada8 #a847ad #ada847

Analogous Colors of #47ada8

#47ada8 #477fad #47ad75

Monochromatic Colors of #47ada8

#47ada8

Complementary Color

#47ada8 #ad474c

#47ada8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47ada8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#47ada8 Color CSS Codes

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

#47ada8 Text Font Color

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

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


#47ada8 Background Color

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

This div background color is #47ada8


#47ada8 Border Color

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

This div border color is #47ada8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47ada8


Comments

No comments written yet.

Please login to write comment.