Color Hex Logo

#47fffc Color Hex

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

Color spaces of #47fffc

RGB 71255252
HSL0.501.000.64
HSV179°72°100°
CMYK 0.720.000.01   0.00
XYZ55.929279.8879104.5676
Yxy79.88790.23270.3323
Hunter Lab89.3800-44.7194-6.7986
CIE-Lab91.6345-44.9522-11.7453

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

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

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

Base Numbers

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

RGB Percentages of Color #47fffc

%12.28
%44.12
%43.60

CMYK Percentages of Color #47fffc

%72
%0
%1
%0

Triadic Colors of #47fffc

#47fffc #fc47ff #fffc47

Analogous Colors of #47fffc

#47fffc #47a6ff #47ffa0

Monochromatic Colors of #47fffc

#47fffc

Complementary Color

#47fffc #ff474a

#47fffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47fffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#47fffc Color CSS Codes

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

#47fffc Text Font Color

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

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


#47fffc Background Color

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

This div background color is #47fffc


#47fffc Border Color

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

This div border color is #47fffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47fffc

Related Colors


Comments

No comments written yet.

Please login to write comment.