Color Hex Logo

#47affb Color Hex

#47AFFB
(71,175,251)
0 Favorites   0 Comments

Color spaces of #47affb

RGB 71175251
HSL0.570.960.63
HSV205°72°98°
CMYK 0.720.300.00   0.02
XYZ35.341138.964696.9250
Yxy38.96460.20640.2276
Hunter Lab62.4216-8.1770-48.3672
CIE-Lab68.7256-5.6539-46.3140

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

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

The process color (four color CMYK) of #47affb color hex is 0.72, 0.30, 0.00, 0.02. Web safe color of #47affb is #3399ff. Color #47affb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10101111 11111011
Octal 107 257 373
Decimal 71 175 251
Hex 47 AF FB

RGB Percentages of Color #47affb

%14.29
%35.21
%50.50

CMYK Percentages of Color #47affb

%72
%30
%0
%2

Triadic Colors of #47affb

#47affb #fb47af #affb47

Analogous Colors of #47affb

#47affb #4755fb #47fbed

Monochromatic Colors of #47affb

#47affb

Complementary Color

#47affb #fb9347

#47affb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47affb Color Preview on White Background

Lorem ipsum dolor sit amet.

#47affb Color CSS Codes

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

#47affb Text Font Color

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

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


#47affb Background Color

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

This div background color is #47affb


#47affb Border Color

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

This div border color is #47affb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47affb


Comments

No comments written yet.

Please login to write comment.