Color Hex Logo

#47cafb Color Hex

#47CAFB
(71,202,251)
0 Favorites   0 Comments

Color spaces of #47cafb

RGB 71202251
HSL0.550.960.63
HSV196°72°98°
CMYK 0.720.200.00   0.02
XYZ41.131650.545798.8552
Yxy50.54570.21590.2653
Hunter Lab71.0955-21.1477-32.6733
CIE-Lab76.4030-20.0938-34.3459

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 11001010 11111011
Octal 107 312 373
Decimal 71 202 251
Hex 47 CA FB

RGB Percentages of Color #47cafb

%13.55
%38.55
%47.90

CMYK Percentages of Color #47cafb

%72
%20
%0
%2

Triadic Colors of #47cafb

#47cafb #fb47ca #cafb47

Analogous Colors of #47cafb

#47cafb #4770fb #47fbd2

Monochromatic Colors of #47cafb

#47cafb

Complementary Color

#47cafb #fb7847

#47cafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47cafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#47cafb Color CSS Codes

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

#47cafb Text Font Color

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

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


#47cafb Background Color

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

This div background color is #47cafb


#47cafb Border Color

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

This div border color is #47cafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47cafb

Related Colors


Comments

No comments written yet.

Please login to write comment.