Color Hex Logo

#47efcc Color Hex

#47EFCC
(71,239,204)
0 Favorites   0 Comments

Color spaces of #47efcc

RGB 71239204
HSL0.470.840.61
HSV168°70°94°
CMYK 0.700.000.15   0.06
XYZ44.364167.432267.8042
Yxy67.43220.24700.3755
Hunter Lab82.1171-47.26968.5262
CIE-Lab85.7217-50.60224.5924

#47efcc color RGB value is (71,239,204).

#47efcc hex color red value is 71, green value is 239 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #47efcc hue: 0.47 , saturation: 0.84 and the lightness value of 47efcc is 0.61.

The process color (four color CMYK) of #47efcc color hex is 0.70, 0.00, 0.15, 0.06. Web safe color of #47efcc is #33ffcc. Color #47efcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 11101111 11001100
Octal 107 357 314
Decimal 71 239 204
Hex 47 EF CC

RGB Percentages of Color #47efcc

%13.81
%46.50
%39.69

CMYK Percentages of Color #47efcc

%70
%0
%15
%6

Triadic Colors of #47efcc

#47efcc #cc47ef #efcc47

Analogous Colors of #47efcc

#47efcc #47beef #47ef78

Monochromatic Colors of #47efcc

#47efcc

Complementary Color

#47efcc #ef476a

#47efcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47efcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#47efcc Color CSS Codes

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

#47efcc Text Font Color

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

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


#47efcc Background Color

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

This div background color is #47efcc


#47efcc Border Color

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

This div border color is #47efcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47efcc


Comments

No comments written yet.

Please login to write comment.