Color Hex Logo

#489883 Color Hex

#489883
(72,152,131)
0 Favorites   0 Comments

Color spaces of #489883

RGB 72152131
HSL0.460.360.44
HSV164°53°60°
CMYK 0.530.000.14   0.40
XYZ17.997525.472925.4409
Yxy25.47290.26120.3696
Hunter Lab50.4707-24.67185.4430
CIE-Lab57.5333-29.83543.5976

#489883 color RGB value is (72,152,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10011000 10000011
Octal 110 230 203
Decimal 72 152 131
Hex 48 98 83

RGB Percentages of Color #489883

%20.28
%42.82
%36.90

CMYK Percentages of Color #489883

%53
%0
%14
%40

Triadic Colors of #489883

#489883 #834898 #988348

Analogous Colors of #489883

#489883 #488598 #48985b

Monochromatic Colors of #489883

#489883

Complementary Color

#489883 #98485d

#489883 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#489883 Color Preview on White Background

Lorem ipsum dolor sit amet.

#489883 Color CSS Codes

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

#489883 Text Font Color

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

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


#489883 Background Color

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

This div background color is #489883


#489883 Border Color

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

This div border color is #489883


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #489883


Comments

No comments written yet.

Please login to write comment.