Color Hex Logo

#47fcff Color Hex

#47FCFF
(71,252,255)
0 Favorites   0 Comments

Color spaces of #47fcff

RGB 71252255
HSL0.501.000.64
HSV181°72°100°
CMYK 0.720.010.00   0.00
XYZ55.458978.1804106.7751
Yxy78.18040.23070.3252
Hunter Lab88.4197-42.7751-9.7045
CIE-Lab90.8622-42.8007-14.4559

#47fcff color RGB value is (71,252,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 11111100 11111111
Octal 107 374 377
Decimal 71 252 255
Hex 47 FC FF

RGB Percentages of Color #47fcff

%12.28
%43.60
%44.12

CMYK Percentages of Color #47fcff

%72
%1
%0
%0

Triadic Colors of #47fcff

#47fcff #ff47fc #fcff47

Analogous Colors of #47fcff

#47fcff #47a0ff #47ffa6

Monochromatic Colors of #47fcff

#47fcff

Complementary Color

#47fcff #ff4a47

#47fcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47fcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#47fcff Color CSS Codes

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

#47fcff Text Font Color

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

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


#47fcff Background Color

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

This div background color is #47fcff


#47fcff Border Color

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

This div border color is #47fcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47fcff

Related Colors


Comments

No comments written yet.

Please login to write comment.