Color Hex Logo

#479cfc Color Hex

#479CFC
(71,156,252)
0 Favorites   0 Comments

Color spaces of #479cfc

RGB 71156252
HSL0.590.970.63
HSV212°72°99°
CMYK 0.720.380.00   0.01
XYZ32.057732.144896.6104
Yxy32.14480.19930.1999
Hunter Lab56.69641.7102-61.3424
CIE-Lab63.46245.5341-55.1802

#479cfc color RGB value is (71,156,252).

#479cfc hex color red value is 71, green value is 156 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #479cfc hue: 0.59 , saturation: 0.97 and the lightness value of 479cfc is 0.63.

The process color (four color CMYK) of #479cfc color hex is 0.72, 0.38, 0.00, 0.01. Web safe color of #479cfc is #3399ff. Color #479cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10011100 11111100
Octal 107 234 374
Decimal 71 156 252
Hex 47 9C FC

RGB Percentages of Color #479cfc

%14.82
%32.57
%52.61

CMYK Percentages of Color #479cfc

%72
%38
%0
%1

Triadic Colors of #479cfc

#479cfc #fc479c #9cfc47

Analogous Colors of #479cfc

#479cfc #4c47fc #47f7fc

Monochromatic Colors of #479cfc

#479cfc

Complementary Color

#479cfc #fca747

#479cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#479cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#479cfc Color CSS Codes

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

#479cfc Text Font Color

<p style="color:#479cfc">Text here</p>

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


#479cfc Background Color

<div style="background-color:#479cfc">
Div content here</div>

This div background color is #479cfc


#479cfc Border Color

<div style="border:3px solid #479cfc">
Div here</div>

This div border color is #479cfc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,156,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #479cfc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #479cfc;
  -webkit-box-shadow: 1px 1px 3px 2px #479cfc;
  box-shadow:         1px 1px 3px 2px #479cfc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #479cfc


Comments

No comments written yet.

Please login to write comment.