Color Hex Logo

#479eed Color Hex

#479EED
(71,158,237)
0 Favorites   0 Comments

Color spaces of #479eed

RGB 71158237
HSL0.580.820.60
HSV209°70°93°
CMYK 0.700.330.00   0.07
XYZ30.111531.907784.6925
Yxy31.90770.20520.2175
Hunter Lab56.4869-3.6990-49.3544
CIE-Lab63.2665-0.8124-47.2660

#479eed color RGB value is (71,158,237).

#479eed hex color red value is 71, green value is 158 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #479eed hue: 0.58 , saturation: 0.82 and the lightness value of 479eed is 0.60.

The process color (four color CMYK) of #479eed color hex is 0.70, 0.33, 0.00, 0.07. Web safe color of #479eed is #3399ff. Color #479eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10011110 11101101
Octal 107 236 355
Decimal 71 158 237
Hex 47 9E ED

RGB Percentages of Color #479eed

%15.24
%33.91
%50.86

CMYK Percentages of Color #479eed

%70
%33
%0
%7

Triadic Colors of #479eed

#479eed #ed479e #9eed47

Analogous Colors of #479eed

#479eed #474bed #47ede9

Monochromatic Colors of #479eed

#479eed

Complementary Color

#479eed #ed9647

#479eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#479eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#479eed Color CSS Codes

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

#479eed Text Font Color

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

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


#479eed Background Color

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

This div background color is #479eed


#479eed Border Color

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

This div border color is #479eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #479eed


Comments

No comments written yet.

Please login to write comment.