Color Hex Logo

#47abce Color Hex

#47ABCE
(71,171,206)
0 Favorites   0 Comments

Color spaces of #47abce

RGB 71171206
HSL0.540.580.54
HSV196°66°81°
CMYK 0.660.170.00   0.19
XYZ28.302034.921663.6414
Yxy34.92160.22310.2753
Hunter Lab59.0945-17.9268-22.4858
CIE-Lab65.6876-18.2172-26.3800

#47abce color RGB value is (71,171,206).

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

The process color (four color CMYK) of #47abce color hex is 0.66, 0.17, 0.00, 0.19. Web safe color of #47abce is #3399cc. Color #47abce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10101011 11001110
Octal 107 253 316
Decimal 71 171 206
Hex 47 AB CE

RGB Percentages of Color #47abce

%15.85
%38.17
%45.98

CMYK Percentages of Color #47abce

%66
%17
%0
%19

Triadic Colors of #47abce

#47abce #ce47ab #abce47

Analogous Colors of #47abce

#47abce #4768ce #47ceae

Monochromatic Colors of #47abce

#47abce

Complementary Color

#47abce #ce6a47

#47abce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47abce Color Preview on White Background

Lorem ipsum dolor sit amet.

#47abce Color CSS Codes

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

#47abce Text Font Color

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

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


#47abce Background Color

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

This div background color is #47abce


#47abce Border Color

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

This div border color is #47abce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47abce


Comments

No comments written yet.

Please login to write comment.