Color Hex Logo

#489a06 Color Hex

#489A06
(72,154,6)
0 Favorites   0 Comments

Color spaces of #489a06

RGB 721546
HSL0.260.930.31
HSV93°96°60°
CMYK 0.530.000.96   0.40
XYZ14.261024.50214.1500
Yxy24.50210.33230.5710
Hunter Lab49.4996-35.197829.6789
CIE-Lab56.5870-47.186057.8432

#489a06 color RGB value is (72,154,6).

#489a06 hex color red value is 72, green value is 154 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #489a06 hue: 0.26 , saturation: 0.93 and the lightness value of 489a06 is 0.31.

The process color (four color CMYK) of #489a06 color hex is 0.53, 0.00, 0.96, 0.40. Web safe color of #489a06 is #339900. Color #489a06 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10011010 00000110
Octal 110 232 6
Decimal 72 154 6
Hex 48 9A 6

RGB Percentages of Color #489a06

%31.03
%66.38
%2.59

CMYK Percentages of Color #489a06

%53
%0
%96
%40

Triadic Colors of #489a06

#489a06 #06489a #9a0648

Analogous Colors of #489a06

#489a06 #069a0e #929a06

Monochromatic Colors of #489a06

#489a06

Complementary Color

#489a06 #58069a

#489a06 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#489a06 Color Preview on White Background

Lorem ipsum dolor sit amet.

#489a06 Color CSS Codes

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

#489a06 Text Font Color

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

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


#489a06 Background Color

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

This div background color is #489a06


#489a06 Border Color

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

This div border color is #489a06


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,154,6, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #489a06; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #489a06;
  -webkit-box-shadow: 1px 1px 3px 2px #489a06;
  box-shadow:         1px 1px 3px 2px #489a06; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #489a06


Comments

No comments written yet.

Please login to write comment.