Color Hex Logo

#47fbfb Color Hex

#47FBFB
(71,251,251)
0 Favorites   0 Comments

Color spaces of #47fbfb

RGB 71251251
HSL0.500.960.63
HSV180°72°98°
CMYK 0.720.000.00   0.02
XYZ54.508377.2990103.3141
Yxy77.29900.23180.3288
Hunter Lab87.9198-43.1938-8.1274
CIE-Lab90.4591-43.4642-12.9803

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 11111011 11111011
Octal 107 373 373
Decimal 71 251 251
Hex 47 FB FB

RGB Percentages of Color #47fbfb

%12.39
%43.80
%43.80

CMYK Percentages of Color #47fbfb

%72
%0
%0
%2

Triadic Colors of #47fbfb

#47fbfb #fb47fb #fbfb47

Analogous Colors of #47fbfb

#47fbfb #47a1fb #47fba1

Monochromatic Colors of #47fbfb

#47fbfb

Complementary Color

#47fbfb #fb4747

#47fbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47fbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#47fbfb Color CSS Codes

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

#47fbfb Text Font Color

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

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


#47fbfb Background Color

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

This div background color is #47fbfb


#47fbfb Border Color

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

This div border color is #47fbfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47fbfb

Related Colors


Comments

No comments written yet.

Please login to write comment.