Color Hex Logo

#478eec Color Hex

#478EEC
(71,142,236)
0 Favorites   0 Comments

Color spaces of #478eec

RGB 71142236
HSL0.590.810.60
HSV214°70°93°
CMYK 0.700.400.00   0.07
XYZ27.411926.741783.0738
Yxy26.74170.19980.1949
Hunter Lab51.71244.1233-59.0483
CIE-Lab58.73458.2155-53.9005

#478eec color RGB value is (71,142,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10001110 11101100
Octal 107 216 354
Decimal 71 142 236
Hex 47 8E EC

RGB Percentages of Color #478eec

%15.81
%31.63
%52.56

CMYK Percentages of Color #478eec

%70
%40
%0
%7

Triadic Colors of #478eec

#478eec #ec478e #8eec47

Analogous Colors of #478eec

#478eec #5347ec #47e1ec

Monochromatic Colors of #478eec

#478eec

Complementary Color

#478eec #eca547

#478eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#478eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#478eec Color CSS Codes

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

#478eec Text Font Color

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

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


#478eec Background Color

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

This div background color is #478eec


#478eec Border Color

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

This div border color is #478eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #478eec


Comments

No comments written yet.

Please login to write comment.