Color Hex Logo

#47fccf Color Hex

#47FCCF
(71,252,207)
0 Favorites   0 Comments

Color spaces of #47fccf

RGB 71252207
HSL0.460.970.63
HSV165°72°99°
CMYK 0.720.000.18   0.01
XYZ48.671475.465471.0325
Yxy75.46540.24940.3867
Hunter Lab86.8708-52.015212.3294
CIE-Lab89.6105-55.19788.6286

#47fccf color RGB value is (71,252,207).

#47fccf hex color red value is 71, green value is 252 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #47fccf hue: 0.46 , saturation: 0.97 and the lightness value of 47fccf is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 11111100 11001111
Octal 107 374 317
Decimal 71 252 207
Hex 47 FC CF

RGB Percentages of Color #47fccf

%13.40
%47.55
%39.06

CMYK Percentages of Color #47fccf

%72
%0
%18
%1

Triadic Colors of #47fccf

#47fccf #cf47fc #fccf47

Analogous Colors of #47fccf

#47fccf #47cffc #47fc75

Monochromatic Colors of #47fccf

#47fccf

Complementary Color

#47fccf #fc4774

#47fccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47fccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#47fccf Color CSS Codes

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

#47fccf Text Font Color

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

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


#47fccf Background Color

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

This div background color is #47fccf


#47fccf Border Color

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

This div border color is #47fccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47fccf


Comments

No comments written yet.

Please login to write comment.