Color Hex Logo

#47bdab Color Hex

#47BDAB
(71,189,171)
0 Favorites   0 Comments

Color spaces of #47bdab

RGB 71189171
HSL0.470.470.51
HSV171°62°74°
CMYK 0.620.000.10   0.26
XYZ28.146840.675144.8957
Yxy40.67510.24750.3577
Hunter Lab63.7770-32.83222.9069
CIE-Lab69.9477-37.1911-0.6744

#47bdab color RGB value is (71,189,171).

#47bdab hex color red value is 71, green value is 189 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #47bdab hue: 0.47 , saturation: 0.47 and the lightness value of 47bdab is 0.51.

The process color (four color CMYK) of #47bdab color hex is 0.62, 0.00, 0.10, 0.26. Web safe color of #47bdab is #33cc99. Color #47bdab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10111101 10101011
Octal 107 275 253
Decimal 71 189 171
Hex 47 BD AB

RGB Percentages of Color #47bdab

%16.47
%43.85
%39.68

CMYK Percentages of Color #47bdab

%62
%0
%10
%26

Triadic Colors of #47bdab

#47bdab #ab47bd #bdab47

Analogous Colors of #47bdab

#47bdab #4794bd #47bd70

Monochromatic Colors of #47bdab

#47bdab

Complementary Color

#47bdab #bd4759

#47bdab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47bdab Color Preview on White Background

Lorem ipsum dolor sit amet.

#47bdab Color CSS Codes

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

#47bdab Text Font Color

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

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


#47bdab Background Color

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

This div background color is #47bdab


#47bdab Border Color

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

This div border color is #47bdab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47bdab


Comments

No comments written yet.

Please login to write comment.