Color Hex Logo

#488999 Color Hex

#488999
(72,137,153)
0 Favorites   0 Comments

Color spaces of #488999

RGB 72137153
HSL0.530.360.44
HSV192°53°60°
CMYK 0.530.100.00   0.40
XYZ17.367921.568933.3848
Yxy21.56890.24010.2982
Hunter Lab46.4423-14.5210-10.1106
CIE-Lab53.5666-16.1253-14.9206

#488999 color RGB value is (72,137,153).

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

The process color (four color CMYK) of #488999 color hex is 0.53, 0.10, 0.00, 0.40. Web safe color of #488999 is #339999. Color #488999 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10001001 10011001
Octal 110 211 231
Decimal 72 137 153
Hex 48 89 99

RGB Percentages of Color #488999

%19.89
%37.85
%42.27

CMYK Percentages of Color #488999

%53
%10
%0
%40

Triadic Colors of #488999

#488999 #994889 #899948

Analogous Colors of #488999

#488999 #486199 #489981

Monochromatic Colors of #488999

#488999

Complementary Color

#488999 #995848

#488999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#488999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#488999 Color CSS Codes

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

#488999 Text Font Color

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

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


#488999 Background Color

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

This div background color is #488999


#488999 Border Color

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

This div border color is #488999


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #488999


Comments

No comments written yet.

Please login to write comment.