Color Hex Logo

#47abcc Color Hex Maxmum Blue

#47ABCC
(71,171,204)
6 Favorites   0 Comments

Color spaces of #47abcc Maxmum Blue

RGB 71171204
HSL0.540.570.54
HSV195°65°80°
CMYK 0.650.160.00   0.20
XYZ28.060534.825062.3697
Yxy34.82500.22400.2780
Hunter Lab59.0127-18.3956-21.3539
CIE-Lab65.6122-18.8446-25.3886

#47abcc color RGB value is (71,171,204). #47abcc color name is Maxmum Blue color.

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

The process color (four color CMYK) of #47abcc color hex is 0.65, 0.16, 0.00, 0.20. Web safe color of #47abcc is #3399cc. Color #47abcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10101011 11001100
Octal 107 253 314
Decimal 71 171 204
Hex 47 AB CC

RGB Percentages of Color #47abcc

%15.92
%38.34
%45.74

CMYK Percentages of Color #47abcc

%65
%16
%0
%20

Triadic Colors of #47abcc

#47abcc #cc47ab #abcc47

Analogous Colors of #47abcc

#47abcc #4769cc #47ccab

Monochromatic Colors of #47abcc

#47abcc

Complementary Color

#47abcc #cc6847

#47abcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47abcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#47abcc Color CSS Codes

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

#47abcc Text Font Color

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

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


#47abcc Background Color

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

This div background color is #47abcc


#47abcc Border Color

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

This div border color is #47abcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47abcc

#47abcc Color Palettes


Comments

No comments written yet.

Please login to write comment.