Color Hex Logo

#478eba Color Hex

#478EBA
(71,142,186)
0 Favorites   0 Comments

Color spaces of #478eba

RGB 71142186
HSL0.560.450.50
HSV203°62°73°
CMYK 0.620.240.00   0.27
XYZ21.134524.230850.0175
Yxy24.23080.22160.2540
Hunter Lab49.2248-9.5050-25.7874
CIE-Lab56.3181-8.8008-29.6318

#478eba color RGB value is (71,142,186).

#478eba hex color red value is 71, green value is 142 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #478eba hue: 0.56 , saturation: 0.45 and the lightness value of 478eba is 0.50.

The process color (four color CMYK) of #478eba color hex is 0.62, 0.24, 0.00, 0.27. Web safe color of #478eba is #3399cc. Color #478eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10001110 10111010
Octal 107 216 272
Decimal 71 142 186
Hex 47 8E BA

RGB Percentages of Color #478eba

%17.79
%35.59
%46.62

CMYK Percentages of Color #478eba

%62
%24
%0
%27

Triadic Colors of #478eba

#478eba #ba478e #8eba47

Analogous Colors of #478eba

#478eba #4755ba #47baad

Monochromatic Colors of #478eba

#478eba

Complementary Color

#478eba #ba7347

#478eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#478eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#478eba Color CSS Codes

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

#478eba Text Font Color

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

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


#478eba Background Color

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

This div background color is #478eba


#478eba Border Color

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

This div border color is #478eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #478eba


Comments

No comments written yet.

Please login to write comment.