Color Hex Logo

#47abfe Color Hex

#47ABFE
(71,171,254)
0 Favorites   0 Comments

Color spaces of #47abfe

RGB 71171254
HSL0.580.990.64
HSV207°72°100°
CMYK 0.720.330.00   0.00
XYZ35.050837.621299.1802
Yxy37.62120.20400.2189
Hunter Lab61.3361-5.3336-52.9363
CIE-Lab67.7405-2.3948-49.4933

#47abfe color RGB value is (71,171,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10101011 11111110
Octal 107 253 376
Decimal 71 171 254
Hex 47 AB FE

RGB Percentages of Color #47abfe

%14.31
%34.48
%51.21

CMYK Percentages of Color #47abfe

%72
%33
%0
%0

Triadic Colors of #47abfe

#47abfe #fe47ab #abfe47

Analogous Colors of #47abfe

#47abfe #4750fe #47fef6

Monochromatic Colors of #47abfe

#47abfe

Complementary Color

#47abfe #fe9a47

#47abfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47abfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#47abfe Color CSS Codes

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

#47abfe Text Font Color

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

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


#47abfe Background Color

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

This div background color is #47abfe


#47abfe Border Color

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

This div border color is #47abfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47abfe


Comments

No comments written yet.

Please login to write comment.