Color Hex Logo

#47adfa Color Hex

#47ADFA
(71,173,250)
0 Favorites   0 Comments

Color spaces of #47adfa

RGB 71173250
HSL0.570.950.63
HSV206°72°98°
CMYK 0.720.310.00   0.02
XYZ34.797438.128995.9681
Yxy38.12890.20600.2258
Hunter Lab61.7486-7.4693-48.9230
CIE-Lab68.1155-4.8774-46.7307

#47adfa color RGB value is (71,173,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10101101 11111010
Octal 107 255 372
Decimal 71 173 250
Hex 47 AD FA

RGB Percentages of Color #47adfa

%14.37
%35.02
%50.61

CMYK Percentages of Color #47adfa

%72
%31
%0
%2

Triadic Colors of #47adfa

#47adfa #fa47ad #adfa47

Analogous Colors of #47adfa

#47adfa #4754fa #47faee

Monochromatic Colors of #47adfa

#47adfa

Complementary Color

#47adfa #fa9447

#47adfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47adfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#47adfa Color CSS Codes

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

#47adfa Text Font Color

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

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


#47adfa Background Color

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

This div background color is #47adfa


#47adfa Border Color

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

This div border color is #47adfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47adfa


Comments

No comments written yet.

Please login to write comment.