Color Hex Logo

#47fecc Color Hex

#47FECC
(71,254,204)
0 Favorites   0 Comments

Color spaces of #47fecc

RGB 71254204
HSL0.450.990.64
HSV164°72°100°
CMYK 0.720.000.20   0.00
XYZ48.939476.582869.3293
Yxy76.58280.25120.3930
Hunter Lab87.5116-53.322214.2868
CIE-Lab90.1292-56.700710.9205

#47fecc color RGB value is (71,254,204).

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

The process color (four color CMYK) of #47fecc color hex is 0.72, 0.00, 0.20, 0.00. Web safe color of #47fecc is #33ffcc. Color #47fecc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 11111110 11001100
Octal 107 376 314
Decimal 71 254 204
Hex 47 FE CC

RGB Percentages of Color #47fecc

%13.42
%48.02
%38.56

CMYK Percentages of Color #47fecc

%72
%0
%20
%0

Triadic Colors of #47fecc

#47fecc #cc47fe #fecc47

Analogous Colors of #47fecc

#47fecc #47d5fe #47fe71

Monochromatic Colors of #47fecc

#47fecc

Complementary Color

#47fecc #fe4779

#47fecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47fecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#47fecc Color CSS Codes

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

#47fecc Text Font Color

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

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


#47fecc Background Color

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

This div background color is #47fecc


#47fecc Border Color

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

This div border color is #47fecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47fecc

Related Colors


Comments

No comments written yet.

Please login to write comment.