Color Hex Logo

#478ebd Color Hex

#478EBD
(71,142,189)
0 Favorites   0 Comments

Color spaces of #478ebd

RGB 71142189
HSL0.570.470.51
HSV204°62°74°
CMYK 0.620.250.00   0.26
XYZ21.456824.359751.7151
Yxy24.35970.22000.2498
Hunter Lab49.3555-8.7712-27.5756
CIE-Lab56.4461-7.8205-31.1376

#478ebd color RGB value is (71,142,189).

#478ebd hex color red value is 71, green value is 142 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #478ebd hue: 0.57 , saturation: 0.47 and the lightness value of 478ebd is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10001110 10111101
Octal 107 216 275
Decimal 71 142 189
Hex 47 8E BD

RGB Percentages of Color #478ebd

%17.66
%35.32
%47.01

CMYK Percentages of Color #478ebd

%62
%25
%0
%26

Triadic Colors of #478ebd

#478ebd #bd478e #8ebd47

Analogous Colors of #478ebd

#478ebd #4753bd #47bdb1

Monochromatic Colors of #478ebd

#478ebd

Complementary Color

#478ebd #bd7647

#478ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#478ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#478ebd Color CSS Codes

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

#478ebd Text Font Color

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

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


#478ebd Background Color

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

This div background color is #478ebd


#478ebd Border Color

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

This div border color is #478ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #478ebd


Comments

No comments written yet.

Please login to write comment.