Color Hex Logo

#47afce Color Hex

#47AFCE
(71,175,206)
0 Favorites   0 Comments

Color spaces of #47afce

RGB 71175206
HSL0.540.580.54
HSV194°66°81°
CMYK 0.660.150.00   0.19
XYZ29.069136.455863.8971
Yxy36.45580.22460.2817
Hunter Lab60.3786-19.7244-20.4800
CIE-Lab66.8667-20.3100-24.5706

#47afce color RGB value is (71,175,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10101111 11001110
Octal 107 257 316
Decimal 71 175 206
Hex 47 AF CE

RGB Percentages of Color #47afce

%15.71
%38.72
%45.58

CMYK Percentages of Color #47afce

%66
%15
%0
%19

Triadic Colors of #47afce

#47afce #ce47af #afce47

Analogous Colors of #47afce

#47afce #476cce #47ceaa

Monochromatic Colors of #47afce

#47afce

Complementary Color

#47afce #ce6647

#47afce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47afce Color Preview on White Background

Lorem ipsum dolor sit amet.

#47afce Color CSS Codes

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

#47afce Text Font Color

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

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


#47afce Background Color

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

This div background color is #47afce


#47afce Border Color

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

This div border color is #47afce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47afce


Comments

No comments written yet.

Please login to write comment.