Color Hex Logo

#47badc Color Hex

#47BADC
(71,186,220)
0 Favorites   0 Comments

Color spaces of #47badc

RGB 71186220
HSL0.540.680.57
HSV194°68°86°
CMYK 0.680.150.00   0.14
XYZ33.075741.624774.0012
Yxy41.62470.22240.2799
Hunter Lab64.5172-21.3944-22.8436
CIE-Lab70.6114-21.6348-26.5121

#47badc color RGB value is (71,186,220).

#47badc hex color red value is 71, green value is 186 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #47badc hue: 0.54 , saturation: 0.68 and the lightness value of 47badc is 0.57.

The process color (four color CMYK) of #47badc color hex is 0.68, 0.15, 0.00, 0.14. Web safe color of #47badc is #33cccc. Color #47badc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10111010 11011100
Octal 107 272 334
Decimal 71 186 220
Hex 47 BA DC

RGB Percentages of Color #47badc

%14.88
%38.99
%46.12

CMYK Percentages of Color #47badc

%68
%15
%0
%14

Triadic Colors of #47badc

#47badc #dc47ba #badc47

Analogous Colors of #47badc

#47badc #4770dc #47dcb4

Monochromatic Colors of #47badc

#47badc

Complementary Color

#47badc #dc6947

#47badc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47badc Color Preview on White Background

Lorem ipsum dolor sit amet.

#47badc Color CSS Codes

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

#47badc Text Font Color

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

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


#47badc Background Color

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

This div background color is #47badc


#47badc Border Color

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

This div border color is #47badc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47badc


Comments

No comments written yet.

Please login to write comment.