Color Hex Logo

#478ebe Color Hex

#478EBE
(71,142,190)
0 Favorites   0 Comments

Color spaces of #478ebe

RGB 71142190
HSL0.570.480.51
HSV204°63°75°
CMYK 0.630.250.00   0.25
XYZ21.565824.403352.2889
Yxy24.40330.21950.2484
Hunter Lab49.3997-8.5240-28.1779
CIE-Lab56.4893-7.4921-31.6381

#478ebe color RGB value is (71,142,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10001110 10111110
Octal 107 216 276
Decimal 71 142 190
Hex 47 8E BE

RGB Percentages of Color #478ebe

%17.62
%35.24
%47.15

CMYK Percentages of Color #478ebe

%63
%25
%0
%25

Triadic Colors of #478ebe

#478ebe #be478e #8ebe47

Analogous Colors of #478ebe

#478ebe #4752be #47beb3

Monochromatic Colors of #478ebe

#478ebe

Complementary Color

#478ebe #be7747

#478ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#478ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#478ebe Color CSS Codes

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

#478ebe Text Font Color

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

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


#478ebe Background Color

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

This div background color is #478ebe


#478ebe Border Color

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

This div border color is #478ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #478ebe


Comments

No comments written yet.

Please login to write comment.