Color Hex Logo

#478a8d Color Hex

#478A8D
(71,138,141)
0 Favorites   0 Comments

Color spaces of #478a8d

RGB 71138141
HSL0.510.330.42
HSV183°50°55°
CMYK 0.500.020.00   0.45
XYZ16.494721.439628.4682
Yxy21.43960.24840.3229
Hunter Lab46.3029-17.4422-4.0409
CIE-Lab53.4273-20.3619-8.1858

#478a8d color RGB value is (71,138,141).

#478a8d hex color red value is 71, green value is 138 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #478a8d hue: 0.51 , saturation: 0.33 and the lightness value of 478a8d is 0.42.

The process color (four color CMYK) of #478a8d color hex is 0.50, 0.02, 0.00, 0.45. Web safe color of #478a8d is #339999. Color #478a8d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10001010 10001101
Octal 107 212 215
Decimal 71 138 141
Hex 47 8A 8D

RGB Percentages of Color #478a8d

%20.29
%39.43
%40.29

CMYK Percentages of Color #478a8d

%50
%2
%0
%45

Triadic Colors of #478a8d

#478a8d #8d478a #8a8d47

Analogous Colors of #478a8d

#478a8d #47678d #478d6d

Monochromatic Colors of #478a8d

#478a8d

Complementary Color

#478a8d #8d4a47

#478a8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#478a8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#478a8d Color CSS Codes

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

#478a8d Text Font Color

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

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


#478a8d Background Color

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

This div background color is #478a8d


#478a8d Border Color

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

This div border color is #478a8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #478a8d


Comments

No comments written yet.

Please login to write comment.