Color Hex Logo

#47babd Color Hex

#47BABD
(71,186,189)
0 Favorites   0 Comments

Color spaces of #47babd

RGB 71186189
HSL0.500.470.51
HSV182°62°74°
CMYK 0.620.020.00   0.26
XYZ29.342740.131554.3437
Yxy40.13150.23700.3241
Hunter Lab63.3494-28.1824-6.5168
CIE-Lab69.5631-30.8786-11.1224

#47babd color RGB value is (71,186,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10111010 10111101
Octal 107 272 275
Decimal 71 186 189
Hex 47 BA BD

RGB Percentages of Color #47babd

%15.92
%41.70
%42.38

CMYK Percentages of Color #47babd

%62
%2
%0
%26

Triadic Colors of #47babd

#47babd #bd47ba #babd47

Analogous Colors of #47babd

#47babd #477fbd #47bd85

Monochromatic Colors of #47babd

#47babd

Complementary Color

#47babd #bd4a47

#47babd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47babd Color Preview on White Background

Lorem ipsum dolor sit amet.

#47babd Color CSS Codes

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

#47babd Text Font Color

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

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


#47babd Background Color

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

This div background color is #47babd


#47babd Border Color

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

This div border color is #47babd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47babd


Comments

No comments written yet.

Please login to write comment.