Color Hex Logo

#47fbbc Color Hex

#47FBBC
(71,251,188)
0 Favorites   0 Comments

Color spaces of #47fbbc

RGB 71251188
HSL0.440.960.63
HSV159°72°98°
CMYK 0.720.000.25   0.02
XYZ46.172873.964859.4200
Yxy73.96480.25710.4119
Hunter Lab86.0028-54.672619.2380
CIE-Lab88.9058-59.126017.4337

#47fbbc color RGB value is (71,251,188).

#47fbbc hex color red value is 71, green value is 251 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #47fbbc hue: 0.44 , saturation: 0.96 and the lightness value of 47fbbc is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 11111011 10111100
Octal 107 373 274
Decimal 71 251 188
Hex 47 FB BC

RGB Percentages of Color #47fbbc

%13.92
%49.22
%36.86

CMYK Percentages of Color #47fbbc

%72
%0
%25
%2

Triadic Colors of #47fbbc

#47fbbc #bc47fb #fbbc47

Analogous Colors of #47fbbc

#47fbbc #47e0fb #47fb62

Monochromatic Colors of #47fbbc

#47fbbc

Complementary Color

#47fbbc #fb4786

#47fbbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47fbbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#47fbbc Color CSS Codes

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

#47fbbc Text Font Color

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

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


#47fbbc Background Color

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

This div background color is #47fbbc


#47fbbc Border Color

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

This div border color is #47fbbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47fbbc


Comments

No comments written yet.

Please login to write comment.