Color Hex Logo

#479eef Color Hex

#479EEF
(71,158,239)
0 Favorites   0 Comments

Color spaces of #479eef

RGB 71158239
HSL0.580.840.61
HSV209°70°94°
CMYK 0.700.340.00   0.06
XYZ30.405432.025386.2403
Yxy32.02530.20450.2154
Hunter Lab56.5909-3.1288-50.7399
CIE-Lab63.3638-0.1262-48.2120

#479eef color RGB value is (71,158,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10011110 11101111
Octal 107 236 357
Decimal 71 158 239
Hex 47 9E EF

RGB Percentages of Color #479eef

%15.17
%33.76
%51.07

CMYK Percentages of Color #479eef

%70
%34
%0
%6

Triadic Colors of #479eef

#479eef #ef479e #9eef47

Analogous Colors of #479eef

#479eef #474aef #47efec

Monochromatic Colors of #479eef

#479eef

Complementary Color

#479eef #ef9847

#479eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#479eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#479eef Color CSS Codes

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

#479eef Text Font Color

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

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


#479eef Background Color

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

This div background color is #479eef


#479eef Border Color

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

This div border color is #479eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #479eef


Comments

No comments written yet.

Please login to write comment.