Color Hex Logo

#47cffb Color Hex

#47CFFB
(71,207,251)
0 Favorites   0 Comments

Color spaces of #47cffb

RGB 71207251
HSL0.540.960.63
HSV195°72°98°
CMYK 0.720.180.00   0.02
XYZ42.323952.930399.2526
Yxy52.93030.21760.2721
Hunter Lab72.7532-23.4764-29.9583
CIE-Lab77.8338-22.6417-32.1381

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

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

The process color (four color CMYK) of #47cffb color hex is 0.72, 0.18, 0.00, 0.02. Web safe color of #47cffb is #33ccff. Color #47cffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 11001111 11111011
Octal 107 317 373
Decimal 71 207 251
Hex 47 CF FB

RGB Percentages of Color #47cffb

%13.42
%39.13
%47.45

CMYK Percentages of Color #47cffb

%72
%18
%0
%2

Triadic Colors of #47cffb

#47cffb #fb47cf #cffb47

Analogous Colors of #47cffb

#47cffb #4775fb #47fbcd

Monochromatic Colors of #47cffb

#47cffb

Complementary Color

#47cffb #fb7347

#47cffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47cffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#47cffb Color CSS Codes

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

#47cffb Text Font Color

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

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


#47cffb Background Color

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

This div background color is #47cffb


#47cffb Border Color

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

This div border color is #47cffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47cffb


Comments

No comments written yet.

Please login to write comment.