Color Hex Logo

#47adac Color Hex

#47ADAC
(71,173,172)
0 Favorites   0 Comments

Color spaces of #47adac

RGB 71173172
HSL0.500.420.48
HSV179°59°68°
CMYK 0.590.000.01   0.32
XYZ24.988534.205344.3150
Yxy34.20530.24140.3305
Hunter Lab58.4853-26.0831-3.9850
CIE-Lab65.1252-29.3675-8.3444

#47adac color RGB value is (71,173,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10101101 10101100
Octal 107 255 254
Decimal 71 173 172
Hex 47 AD AC

RGB Percentages of Color #47adac

%17.07
%41.59
%41.35

CMYK Percentages of Color #47adac

%59
%0
%1
%32

Triadic Colors of #47adac

#47adac #ac47ad #adac47

Analogous Colors of #47adac

#47adac #477bad #47ad79

Monochromatic Colors of #47adac

#47adac

Complementary Color

#47adac #ad4748

#47adac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47adac Color Preview on White Background

Lorem ipsum dolor sit amet.

#47adac Color CSS Codes

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

#47adac Text Font Color

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

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


#47adac Background Color

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

This div background color is #47adac


#47adac Border Color

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

This div border color is #47adac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47adac


Comments

No comments written yet.

Please login to write comment.