Color Hex Logo

#47dbfa Color Hex

#47DBFA
(71,219,250)
0 Favorites   0 Comments

Color spaces of #47dbfa

RGB 71219250
HSL0.530.950.63
HSV190°72°98°
CMYK 0.720.120.00   0.02
XYZ45.185458.904899.4307
Yxy58.90480.22200.2894
Hunter Lab76.7495-29.2217-23.0869
CIE-Lab81.2392-28.9023-26.3827

#47dbfa color RGB value is (71,219,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 11011011 11111010
Octal 107 333 372
Decimal 71 219 250
Hex 47 DB FA

RGB Percentages of Color #47dbfa

%13.15
%40.56
%46.30

CMYK Percentages of Color #47dbfa

%72
%12
%0
%2

Triadic Colors of #47dbfa

#47dbfa #fa47db #dbfa47

Analogous Colors of #47dbfa

#47dbfa #4782fa #47fac0

Monochromatic Colors of #47dbfa

#47dbfa

Complementary Color

#47dbfa #fa6647

#47dbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47dbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#47dbfa Color CSS Codes

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

#47dbfa Text Font Color

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

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


#47dbfa Background Color

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

This div background color is #47dbfa


#47dbfa Border Color

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

This div border color is #47dbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47dbfa


Comments

No comments written yet.

Please login to write comment.