Color Hex Logo

#489070 Color Hex

#489070
(72,144,112)
0 Favorites   0 Comments

Color spaces of #489070

RGB 72144112
HSL0.430.330.42
HSV153°50°56°
CMYK 0.500.000.22   0.44
XYZ15.570422.494118.8504
Yxy22.49410.27360.3952
Hunter Lab47.4279-24.39819.6345
CIE-Lab54.5474-30.499710.1654

#489070 color RGB value is (72,144,112).

#489070 hex color red value is 72, green value is 144 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #489070 hue: 0.43 , saturation: 0.33 and the lightness value of 489070 is 0.42.

The process color (four color CMYK) of #489070 color hex is 0.50, 0.00, 0.22, 0.44. Web safe color of #489070 is #339966. Color #489070 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10010000 01110000
Octal 110 220 160
Decimal 72 144 112
Hex 48 90 70

RGB Percentages of Color #489070

%21.95
%43.90
%34.15

CMYK Percentages of Color #489070

%50
%0
%22
%44

Triadic Colors of #489070

#489070 #704890 #907048

Analogous Colors of #489070

#489070 #488c90 #48904c

Monochromatic Colors of #489070

#489070

Complementary Color

#489070 #904868

#489070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#489070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#489070 Color CSS Codes

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

#489070 Text Font Color

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

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


#489070 Background Color

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

This div background color is #489070


#489070 Border Color

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

This div border color is #489070


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,144,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #489070; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #489070;
  -webkit-box-shadow: 1px 1px 3px 2px #489070;
  box-shadow:         1px 1px 3px 2px #489070; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,144,112, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #489070


Comments

No comments written yet.

Please login to write comment.