Color Hex Logo

#47c5bf Color Hex

#47C5BF
(71,197,191)
0 Favorites   0 Comments

Color spaces of #47c5bf

RGB 71197191
HSL0.490.520.53
HSV177°64°77°
CMYK 0.640.000.03   0.23
XYZ31.968845.033756.2977
Yxy45.03370.23980.3378
Hunter Lab67.1072-32.4029-2.7647
CIE-Lab72.9141-35.5280-7.2239

#47c5bf color RGB value is (71,197,191).

#47c5bf hex color red value is 71, green value is 197 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #47c5bf hue: 0.49 , saturation: 0.52 and the lightness value of 47c5bf is 0.53.

The process color (four color CMYK) of #47c5bf color hex is 0.64, 0.00, 0.03, 0.23. Web safe color of #47c5bf is #33cccc. Color #47c5bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 11000101 10111111
Octal 107 305 277
Decimal 71 197 191
Hex 47 C5 BF

RGB Percentages of Color #47c5bf

%15.47
%42.92
%41.61

CMYK Percentages of Color #47c5bf

%64
%0
%3
%23

Triadic Colors of #47c5bf

#47c5bf #bf47c5 #c5bf47

Analogous Colors of #47c5bf

#47c5bf #478cc5 #47c580

Monochromatic Colors of #47c5bf

#47c5bf

Complementary Color

#47c5bf #c5474d

#47c5bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47c5bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#47c5bf Color CSS Codes

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

#47c5bf Text Font Color

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

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


#47c5bf Background Color

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

This div background color is #47c5bf


#47c5bf Border Color

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

This div border color is #47c5bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47c5bf


Comments

No comments written yet.

Please login to write comment.