Color Hex Logo

#47cffa Color Hex

#47CFFA
(71,207,250)
0 Favorites   0 Comments

Color spaces of #47cffa

RGB 71207250
HSL0.540.950.63
HSV194°72°98°
CMYK 0.720.170.00   0.02
XYZ42.166752.867498.4245
Yxy52.86740.21800.2733
Hunter Lab72.7100-23.7249-29.3615
CIE-Lab77.7966-22.9547-31.6614

#47cffa color RGB value is (71,207,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 11001111 11111010
Octal 107 317 372
Decimal 71 207 250
Hex 47 CF FA

RGB Percentages of Color #47cffa

%13.45
%39.20
%47.35

CMYK Percentages of Color #47cffa

%72
%17
%0
%2

Triadic Colors of #47cffa

#47cffa #fa47cf #cffa47

Analogous Colors of #47cffa

#47cffa #4776fa #47facc

Monochromatic Colors of #47cffa

#47cffa

Complementary Color

#47cffa #fa7247

#47cffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47cffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#47cffa Color CSS Codes

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

#47cffa Text Font Color

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

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


#47cffa Background Color

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

This div background color is #47cffa


#47cffa Border Color

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

This div border color is #47cffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47cffa


Comments

No comments written yet.

Please login to write comment.