Color Hex Logo

#489695 Color Hex

#489695
(72,150,149)
0 Favorites   0 Comments

Color spaces of #489695

RGB 72150149
HSL0.500.350.44
HSV179°52°59°
CMYK 0.520.000.01   0.41
XYZ19.003625.360332.3272
Yxy25.36030.24780.3307
Hunter Lab50.3590-20.7691-2.8090
CIE-Lab57.4248-24.1142-6.8291

#489695 color RGB value is (72,150,149).

#489695 hex color red value is 72, green value is 150 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #489695 hue: 0.50 , saturation: 0.35 and the lightness value of 489695 is 0.44.

The process color (four color CMYK) of #489695 color hex is 0.52, 0.00, 0.01, 0.41. Web safe color of #489695 is #339999. Color #489695 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10010110 10010101
Octal 110 226 225
Decimal 72 150 149
Hex 48 96 95

RGB Percentages of Color #489695

%19.41
%40.43
%40.16

CMYK Percentages of Color #489695

%52
%0
%1
%41

Triadic Colors of #489695

#489695 #954896 #969548

Analogous Colors of #489695

#489695 #487096 #48966e

Monochromatic Colors of #489695

#489695

Complementary Color

#489695 #964849

#489695 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#489695 Color Preview on White Background

Lorem ipsum dolor sit amet.

#489695 Color CSS Codes

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

#489695 Text Font Color

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

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


#489695 Background Color

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

This div background color is #489695


#489695 Border Color

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

This div border color is #489695


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #489695


Comments

No comments written yet.

Please login to write comment.