Color Hex Logo

#06aa32 Color Hex

#06AA32
(6,170,50)
0 Favorites   0 Comments

Color spaces of #06aa32

RGB 617050
HSL0.380.930.35
HSV136°96°67°
CMYK 0.960.000.71   0.33
XYZ15.025629.01857.8268
Yxy29.01850.28970.5594
Hunter Lab53.8688-44.481529.0937
CIE-Lab60.7980-60.670649.2521

#06aa32 color RGB value is (6,170,50).

#06aa32 hex color red value is 6, green value is 170 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #06aa32 hue: 0.38 , saturation: 0.93 and the lightness value of 06aa32 is 0.35.

The process color (four color CMYK) of #06aa32 color hex is 0.96, 0.00, 0.71, 0.33. Web safe color of #06aa32 is #009933. Color #06aa32 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10101010 00110010
Octal 6 252 62
Decimal 6 170 50
Hex 6 AA 32

RGB Percentages of Color #06aa32

%2.65
%75.22
%22.12

CMYK Percentages of Color #06aa32

%96
%0
%71
%33

Triadic Colors of #06aa32

#06aa32 #3206aa #aa3206

Analogous Colors of #06aa32

#06aa32 #06aa84 #2caa06

Monochromatic Colors of #06aa32

#06aa32

Complementary Color

#06aa32 #aa067e

#06aa32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06aa32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#06aa32 Color CSS Codes

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

#06aa32 Text Font Color

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

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


#06aa32 Background Color

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

This div background color is #06aa32


#06aa32 Border Color

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

This div border color is #06aa32


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,170,50, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06aa32; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06aa32;
  -webkit-box-shadow: 1px 1px 3px 2px #06aa32;
  box-shadow:         1px 1px 3px 2px #06aa32; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06aa32


Comments

No comments written yet.

Please login to write comment.