Color Hex Logo

#479edc Color Hex

#479EDC
(71,158,220)
0 Favorites   0 Comments

Color spaces of #479edc

RGB 71158220
HSL0.570.680.57
HSV205°68°86°
CMYK 0.680.280.00   0.14
XYZ27.743730.960672.2239
Yxy30.96060.21190.2365
Hunter Lab55.6423-8.3723-38.0091
CIE-Lab62.4744-6.5771-39.1223

#479edc color RGB value is (71,158,220).

#479edc hex color red value is 71, green value is 158 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #479edc hue: 0.57 , saturation: 0.68 and the lightness value of 479edc is 0.57.

The process color (four color CMYK) of #479edc color hex is 0.68, 0.28, 0.00, 0.14. Web safe color of #479edc is #3399cc. Color #479edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10011110 11011100
Octal 107 236 334
Decimal 71 158 220
Hex 47 9E DC

RGB Percentages of Color #479edc

%15.81
%35.19
%49.00

CMYK Percentages of Color #479edc

%68
%28
%0
%14

Triadic Colors of #479edc

#479edc #dc479e #9edc47

Analogous Colors of #479edc

#479edc #4753dc #47dcd0

Monochromatic Colors of #479edc

#479edc

Complementary Color

#479edc #dc8547

#479edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#479edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#479edc Color CSS Codes

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

#479edc Text Font Color

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

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


#479edc Background Color

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

This div background color is #479edc


#479edc Border Color

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

This div border color is #479edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #479edc


Comments

No comments written yet.

Please login to write comment.