Color Hex Logo

#47fafa Color Hex

#47FAFA
(71,250,250)
0 Favorites   0 Comments

Color spaces of #47fafa

RGB 71250250
HSL0.500.950.63
HSV180°72°98°
CMYK 0.720.000.00   0.02
XYZ54.039576.6129102.3821
Yxy76.61290.23190.3288
Hunter Lab87.5288-42.9711-8.0811
CIE-Lab90.1431-43.2968-12.9323

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

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

The process color (four color CMYK) of #47fafa color hex is 0.72, 0.00, 0.00, 0.02. Web safe color of #47fafa is #33ffff. Color #47fafa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 11111010 11111010
Octal 107 372 372
Decimal 71 250 250
Hex 47 FA FA

RGB Percentages of Color #47fafa

%12.43
%43.78
%43.78

CMYK Percentages of Color #47fafa

%72
%0
%0
%2

Triadic Colors of #47fafa

#47fafa #fa47fa #fafa47

Analogous Colors of #47fafa

#47fafa #47a1fa #47faa1

Monochromatic Colors of #47fafa

#47fafa

Complementary Color

#47fafa #fa4747

#47fafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47fafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#47fafa Color CSS Codes

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

#47fafa Text Font Color

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

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


#47fafa Background Color

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

This div background color is #47fafa


#47fafa Border Color

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

This div border color is #47fafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47fafa

Related Colors


Comments

No comments written yet.

Please login to write comment.