Color Hex Logo

#47bbbd Color Hex

#47BBBD
(71,187,189)
0 Favorites   0 Comments

Color spaces of #47bbbd

RGB 71187189
HSL0.500.470.51
HSV181°62°74°
CMYK 0.620.010.00   0.26
XYZ29.554240.554454.4142
Yxy40.55440.23730.3257
Hunter Lab63.6823-28.6044-6.0835
CIE-Lab69.8626-31.3596-10.6746

#47bbbd color RGB value is (71,187,189).

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

The process color (four color CMYK) of #47bbbd color hex is 0.62, 0.01, 0.00, 0.26. Web safe color of #47bbbd is #33cccc. Color #47bbbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10111011 10111101
Octal 107 273 275
Decimal 71 187 189
Hex 47 BB BD

RGB Percentages of Color #47bbbd

%15.88
%41.83
%42.28

CMYK Percentages of Color #47bbbd

%62
%1
%0
%26

Triadic Colors of #47bbbd

#47bbbd #bd47bb #bbbd47

Analogous Colors of #47bbbd

#47bbbd #4780bd #47bd84

Monochromatic Colors of #47bbbd

#47bbbd

Complementary Color

#47bbbd #bd4947

#47bbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47bbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#47bbbd Color CSS Codes

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

#47bbbd Text Font Color

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

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


#47bbbd Background Color

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

This div background color is #47bbbd


#47bbbd Border Color

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

This div border color is #47bbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47bbbd


Comments

No comments written yet.

Please login to write comment.