Color Hex Logo

#47bdae Color Hex

#47BDAE
(71,189,174)
0 Favorites   0 Comments

Color spaces of #47bdae

RGB 71189174
HSL0.480.470.51
HSV172°62°74°
CMYK 0.620.000.08   0.26
XYZ28.436140.790846.4191
Yxy40.79080.24590.3527
Hunter Lab63.8677-32.29411.6153
CIE-Lab70.0291-36.4041-2.1990

#47bdae color RGB value is (71,189,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10111101 10101110
Octal 107 275 256
Decimal 71 189 174
Hex 47 BD AE

RGB Percentages of Color #47bdae

%16.36
%43.55
%40.09

CMYK Percentages of Color #47bdae

%62
%0
%8
%26

Triadic Colors of #47bdae

#47bdae #ae47bd #bdae47

Analogous Colors of #47bdae

#47bdae #4791bd #47bd73

Monochromatic Colors of #47bdae

#47bdae

Complementary Color

#47bdae #bd4756

#47bdae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47bdae Color Preview on White Background

Lorem ipsum dolor sit amet.

#47bdae Color CSS Codes

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

#47bdae Text Font Color

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

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


#47bdae Background Color

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

This div background color is #47bdae


#47bdae Border Color

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

This div border color is #47bdae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47bdae


Comments

No comments written yet.

Please login to write comment.