Color Hex Logo

#47bcad Color Hex

#47BCAD
(71,188,173)
0 Favorites   0 Comments

Color spaces of #47bcad

RGB 71188173
HSL0.480.470.51
HSV172°62°74°
CMYK 0.620.000.08   0.26
XYZ28.124640.323245.8360
Yxy40.32320.24610.3528
Hunter Lab63.5006-32.06771.6536
CIE-Lab69.6991-36.2073-2.1351

#47bcad color RGB value is (71,188,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10111100 10101101
Octal 107 274 255
Decimal 71 188 173
Hex 47 BC AD

RGB Percentages of Color #47bcad

%16.44
%43.52
%40.05

CMYK Percentages of Color #47bcad

%62
%0
%8
%26

Triadic Colors of #47bcad

#47bcad #ad47bc #bcad47

Analogous Colors of #47bcad

#47bcad #4791bc #47bc73

Monochromatic Colors of #47bcad

#47bcad

Complementary Color

#47bcad #bc4756

#47bcad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47bcad Color Preview on White Background

Lorem ipsum dolor sit amet.

#47bcad Color CSS Codes

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

#47bcad Text Font Color

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

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


#47bcad Background Color

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

This div background color is #47bcad


#47bcad Border Color

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

This div border color is #47bcad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47bcad


Comments

No comments written yet.

Please login to write comment.