Color Hex Logo

#47cfcc Color Hex

#47CFCC
(71,207,204)
0 Favorites   0 Comments

Color spaces of #47cfcc

RGB 71207204
HSL0.500.590.55
HSV179°66°81°
CMYK 0.660.000.01   0.19
XYZ35.810450.324964.9530
Yxy50.32490.23700.3331
Hunter Lab70.9400-34.0386-4.6281
CIE-Lab76.2683-36.5807-9.2784

#47cfcc color RGB value is (71,207,204).

#47cfcc hex color red value is 71, green value is 207 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #47cfcc hue: 0.50 , saturation: 0.59 and the lightness value of 47cfcc is 0.55.

The process color (four color CMYK) of #47cfcc color hex is 0.66, 0.00, 0.01, 0.19. Web safe color of #47cfcc is #33cccc. Color #47cfcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 11001111 11001100
Octal 107 317 314
Decimal 71 207 204
Hex 47 CF CC

RGB Percentages of Color #47cfcc

%14.73
%42.95
%42.32

CMYK Percentages of Color #47cfcc

%66
%0
%1
%19

Triadic Colors of #47cfcc

#47cfcc #cc47cf #cfcc47

Analogous Colors of #47cfcc

#47cfcc #478ecf #47cf88

Monochromatic Colors of #47cfcc

#47cfcc

Complementary Color

#47cfcc #cf474a

#47cfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47cfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#47cfcc Color CSS Codes

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

#47cfcc Text Font Color

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

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


#47cfcc Background Color

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

This div background color is #47cfcc


#47cfcc Border Color

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

This div border color is #47cfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47cfcc


Comments

No comments written yet.

Please login to write comment.