Color Hex Logo

#47fcfe Color Hex

#47FCFE
(71,252,254)
0 Favorites   0 Comments

Color spaces of #47fcfe

RGB 71252254
HSL0.500.990.64
HSV181°72°100°
CMYK 0.720.010.00   0.00
XYZ55.298378.1162105.9293
Yxy78.11620.23100.3264
Hunter Lab88.3834-42.9899-9.1919
CIE-Lab90.8329-43.0783-13.9803

#47fcfe color RGB value is (71,252,254).

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

The process color (four color CMYK) of #47fcfe color hex is 0.72, 0.01, 0.00, 0.00. Web safe color of #47fcfe is #33ffff. Color #47fcfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 11111100 11111110
Octal 107 374 376
Decimal 71 252 254
Hex 47 FC FE

RGB Percentages of Color #47fcfe

%12.31
%43.67
%44.02

CMYK Percentages of Color #47fcfe

%72
%1
%0
%0

Triadic Colors of #47fcfe

#47fcfe #fe47fc #fcfe47

Analogous Colors of #47fcfe

#47fcfe #47a1fe #47fea5

Monochromatic Colors of #47fcfe

#47fcfe

Complementary Color

#47fcfe #fe4947

#47fcfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47fcfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#47fcfe Color CSS Codes

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

#47fcfe Text Font Color

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

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


#47fcfe Background Color

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

This div background color is #47fcfe


#47fcfe Border Color

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

This div border color is #47fcfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47fcfe

Related Colors


Comments

No comments written yet.

Please login to write comment.