Color Hex Logo

#478eef Color Hex

#478EEF
(71,142,239)
0 Favorites   0 Comments

Color spaces of #478eef

RGB 71142239
HSL0.600.840.61
HSV215°70°94°
CMYK 0.700.410.00   0.06
XYZ27.851526.917685.3890
Yxy26.91760.19870.1921
Hunter Lab51.88225.0289-61.2635
CIE-Lab58.89809.2673-55.3008

#478eef color RGB value is (71,142,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10001110 11101111
Octal 107 216 357
Decimal 71 142 239
Hex 47 8E EF

RGB Percentages of Color #478eef

%15.71
%31.42
%52.88

CMYK Percentages of Color #478eef

%70
%41
%0
%6

Triadic Colors of #478eef

#478eef #ef478e #8eef47

Analogous Colors of #478eef

#478eef #5447ef #47e2ef

Monochromatic Colors of #478eef

#478eef

Complementary Color

#478eef #efa847

#478eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#478eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#478eef Color CSS Codes

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

#478eef Text Font Color

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

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


#478eef Background Color

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

This div background color is #478eef


#478eef Border Color

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

This div border color is #478eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #478eef


Comments

No comments written yet.

Please login to write comment.