Color Hex Logo

#47afde Color Hex

#47AFDE
(71,175,222)
0 Favorites   0 Comments

Color spaces of #47afde

RGB 71175222
HSL0.550.700.57
HSV199°68°87°
CMYK 0.680.210.00   0.13
XYZ31.113337.273574.6619
Yxy37.27350.21750.2606
Hunter Lab61.0520-15.8740-29.7707
CIE-Lab67.4817-15.2424-32.4299

#47afde color RGB value is (71,175,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10101111 11011110
Octal 107 257 336
Decimal 71 175 222
Hex 47 AF DE

RGB Percentages of Color #47afde

%15.17
%37.39
%47.44

CMYK Percentages of Color #47afde

%68
%21
%0
%13

Triadic Colors of #47afde

#47afde #de47af #afde47

Analogous Colors of #47afde

#47afde #4763de #47dec2

Monochromatic Colors of #47afde

#47afde

Complementary Color

#47afde #de7647

#47afde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47afde Color Preview on White Background

Lorem ipsum dolor sit amet.

#47afde Color CSS Codes

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

#47afde Text Font Color

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

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


#47afde Background Color

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

This div background color is #47afde


#47afde Border Color

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

This div border color is #47afde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47afde


Comments

No comments written yet.

Please login to write comment.