Color Hex Logo

#47abdc Color Hex

#47ABDC
(71,171,220)
0 Favorites   0 Comments

Color spaces of #47abdc

RGB 71171220
HSL0.550.680.57
HSV200°68°86°
CMYK 0.680.220.00   0.14
XYZ30.079735.632773.0026
Yxy35.63270.21680.2569
Hunter Lab59.6931-14.5158-30.7244
CIE-Lab66.2383-13.7419-33.2574

#47abdc color RGB value is (71,171,220).

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

The process color (four color CMYK) of #47abdc color hex is 0.68, 0.22, 0.00, 0.14. Web safe color of #47abdc is #3399cc. Color #47abdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10101011 11011100
Octal 107 253 334
Decimal 71 171 220
Hex 47 AB DC

RGB Percentages of Color #47abdc

%15.37
%37.01
%47.62

CMYK Percentages of Color #47abdc

%68
%22
%0
%14

Triadic Colors of #47abdc

#47abdc #dc47ab #abdc47

Analogous Colors of #47abdc

#47abdc #4761dc #47dcc3

Monochromatic Colors of #47abdc

#47abdc

Complementary Color

#47abdc #dc7847

#47abdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47abdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#47abdc Color CSS Codes

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

#47abdc Text Font Color

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

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


#47abdc Background Color

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

This div background color is #47abdc


#47abdc Border Color

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

This div border color is #47abdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47abdc


Comments

No comments written yet.

Please login to write comment.