Color Hex Logo

#489968 Color Hex

#489968
(72,153,104)
0 Favorites   0 Comments

Color spaces of #489968

RGB 72153104
HSL0.400.360.44
HSV144°53°60°
CMYK 0.530.000.32   0.40
XYZ16.562425.159717.0801
Yxy25.15970.28170.4279
Hunter Lab50.1594-28.839214.9224
CIE-Lab57.2307-36.374818.3966

#489968 color RGB value is (72,153,104).

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

The process color (four color CMYK) of #489968 color hex is 0.53, 0.00, 0.32, 0.40. Web safe color of #489968 is #339966. Color #489968 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10011001 01101000
Octal 110 231 150
Decimal 72 153 104
Hex 48 99 68

RGB Percentages of Color #489968

%21.88
%46.50
%31.61

CMYK Percentages of Color #489968

%53
%0
%32
%40

Triadic Colors of #489968

#489968 #684899 #996848

Analogous Colors of #489968

#489968 #489991 #519948

Monochromatic Colors of #489968

#489968

Complementary Color

#489968 #994879

#489968 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#489968 Color Preview on White Background

Lorem ipsum dolor sit amet.

#489968 Color CSS Codes

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

#489968 Text Font Color

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

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


#489968 Background Color

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

This div background color is #489968


#489968 Border Color

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

This div border color is #489968


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #489968


Comments

No comments written yet.

Please login to write comment.