Color Hex Logo

#47face Color Hex

#47FACE
(71,250,206)
0 Favorites   0 Comments

Color spaces of #47face

RGB 71250206
HSL0.460.950.63
HSV165°72°98°
CMYK 0.720.000.18   0.02
XYZ47.924774.167070.1823
Yxy74.16700.24930.3857
Hunter Lab86.1203-51.377811.9668
CIE-Lab89.0014-54.62818.2731

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 11111010 11001110
Octal 107 372 316
Decimal 71 250 206
Hex 47 FA CE

RGB Percentages of Color #47face

%13.47
%47.44
%39.09

CMYK Percentages of Color #47face

%72
%0
%18
%2

Triadic Colors of #47face

#47face #ce47fa #face47

Analogous Colors of #47face

#47face #47cdfa #47fa75

Monochromatic Colors of #47face

#47face

Complementary Color

#47face #fa4773

#47face Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47face Color Preview on White Background

Lorem ipsum dolor sit amet.

#47face Color CSS Codes

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

#47face Text Font Color

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

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


#47face Background Color

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

This div background color is #47face


#47face Border Color

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

This div border color is #47face


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47face


Comments

No comments written yet.

Please login to write comment.