Color Hex Logo

#489882 Color Hex

#489882
(72,152,130)
0 Favorites   0 Comments

Color spaces of #489882

RGB 72152130
HSL0.450.360.44
HSV164°53°60°
CMYK 0.530.000.14   0.40
XYZ17.930025.445925.0856
Yxy25.44590.26190.3717
Hunter Lab50.4439-24.83015.8260
CIE-Lab57.5073-30.08274.1290

#489882 color RGB value is (72,152,130).

#489882 hex color red value is 72, green value is 152 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #489882 hue: 0.45 , saturation: 0.36 and the lightness value of 489882 is 0.44.

The process color (four color CMYK) of #489882 color hex is 0.53, 0.00, 0.14, 0.40. Web safe color of #489882 is #339999. Color #489882 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10011000 10000010
Octal 110 230 202
Decimal 72 152 130
Hex 48 98 82

RGB Percentages of Color #489882

%20.34
%42.94
%36.72

CMYK Percentages of Color #489882

%53
%0
%14
%40

Triadic Colors of #489882

#489882 #824898 #988248

Analogous Colors of #489882

#489882 #488698 #48985a

Monochromatic Colors of #489882

#489882

Complementary Color

#489882 #98485e

#489882 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#489882 Color Preview on White Background

Lorem ipsum dolor sit amet.

#489882 Color CSS Codes

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

#489882 Text Font Color

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

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


#489882 Background Color

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

This div background color is #489882


#489882 Border Color

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

This div border color is #489882


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #489882


Comments

No comments written yet.

Please login to write comment.