Color Hex Logo

#47adfc Color Hex

#47ADFC
(71,173,252)
0 Favorites   0 Comments

Color spaces of #47adfc

RGB 71173252
HSL0.570.970.63
HSV206°72°99°
CMYK 0.720.310.00   0.01
XYZ35.112838.255097.6288
Yxy38.25500.20530.2237
Hunter Lab61.8506-6.9036-50.2915
CIE-Lab68.2081-4.1992-47.6708

#47adfc color RGB value is (71,173,252).

#47adfc hex color red value is 71, green value is 173 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #47adfc hue: 0.57 , saturation: 0.97 and the lightness value of 47adfc is 0.63.

The process color (four color CMYK) of #47adfc color hex is 0.72, 0.31, 0.00, 0.01. Web safe color of #47adfc is #3399ff. Color #47adfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10101101 11111100
Octal 107 255 374
Decimal 71 173 252
Hex 47 AD FC

RGB Percentages of Color #47adfc

%14.31
%34.88
%50.81

CMYK Percentages of Color #47adfc

%72
%31
%0
%1

Triadic Colors of #47adfc

#47adfc #fc47ad #adfc47

Analogous Colors of #47adfc

#47adfc #4752fc #47fcf1

Monochromatic Colors of #47adfc

#47adfc

Complementary Color

#47adfc #fc9647

#47adfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47adfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#47adfc Color CSS Codes

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

#47adfc Text Font Color

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

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


#47adfc Background Color

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

This div background color is #47adfc


#47adfc Border Color

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

This div border color is #47adfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47adfc


Comments

No comments written yet.

Please login to write comment.