Color Hex Logo

#47adfe Color Hex

#47ADFE
(71,173,254)
0 Favorites   0 Comments

Color spaces of #47adfe

RGB 71173254
HSL0.570.990.64
HSV207°72°100°
CMYK 0.720.320.00   0.00
XYZ35.431538.382599.3071
Yxy38.38250.20470.2217
Hunter Lab61.9536-6.3340-51.6700
CIE-Lab68.3016-3.5198-48.6085

#47adfe color RGB value is (71,173,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10101101 11111110
Octal 107 255 376
Decimal 71 173 254
Hex 47 AD FE

RGB Percentages of Color #47adfe

%14.26
%34.74
%51.00

CMYK Percentages of Color #47adfe

%72
%32
%0
%0

Triadic Colors of #47adfe

#47adfe #fe47ad #adfe47

Analogous Colors of #47adfe

#47adfe #4752fe #47fef4

Monochromatic Colors of #47adfe

#47adfe

Complementary Color

#47adfe #fe9847

#47adfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47adfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#47adfe Color CSS Codes

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

#47adfe Text Font Color

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

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


#47adfe Background Color

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

This div background color is #47adfe


#47adfe Border Color

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

This div border color is #47adfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47adfe


Comments

No comments written yet.

Please login to write comment.