Color Hex Logo

#47adab Color Hex

#47ADAB
(71,173,171)
0 Favorites   0 Comments

Color spaces of #47adab

RGB 71173171
HSL0.500.420.48
HSV179°59°68°
CMYK 0.590.000.01   0.32
XYZ24.892834.167043.8110
Yxy34.16700.24200.3321
Hunter Lab58.4525-26.2753-3.5219
CIE-Lab65.0949-29.6464-7.8326

#47adab color RGB value is (71,173,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10101101 10101011
Octal 107 255 253
Decimal 71 173 171
Hex 47 AD AB

RGB Percentages of Color #47adab

%17.11
%41.69
%41.20

CMYK Percentages of Color #47adab

%59
%0
%1
%32

Triadic Colors of #47adab

#47adab #ab47ad #adab47

Analogous Colors of #47adab

#47adab #477cad #47ad78

Monochromatic Colors of #47adab

#47adab

Complementary Color

#47adab #ad4749

#47adab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47adab Color Preview on White Background

Lorem ipsum dolor sit amet.

#47adab Color CSS Codes

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

#47adab Text Font Color

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

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


#47adab Background Color

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

This div background color is #47adab


#47adab Border Color

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

This div border color is #47adab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,173,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 #47adab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47adab


Comments

No comments written yet.

Please login to write comment.