Color Hex Logo

#069432 Color Hex

#069432
(6,148,50)
0 Favorites   0 Comments

Color spaces of #069432

RGB 614850
HSL0.380.920.30
HSV139°96°58°
CMYK 0.960.000.66   0.42
XYZ11.240721.44886.5652
Yxy21.44880.28640.5464
Hunter Lab46.3128-37.723324.0142
CIE-Lab53.4372-53.871741.2935

#069432 color RGB value is (6,148,50).

#069432 hex color red value is 6, green value is 148 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #069432 hue: 0.38 , saturation: 0.92 and the lightness value of 069432 is 0.30.

The process color (four color CMYK) of #069432 color hex is 0.96, 0.00, 0.66, 0.42. Web safe color of #069432 is #009933. Color #069432 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10010100 00110010
Octal 6 224 62
Decimal 6 148 50
Hex 6 94 32

RGB Percentages of Color #069432

%2.94
%72.55
%24.51

CMYK Percentages of Color #069432

%96
%0
%66
%42

Triadic Colors of #069432

#069432 #320694 #943206

Analogous Colors of #069432

#069432 #069479 #219406

Monochromatic Colors of #069432

#069432

Complementary Color

#069432 #940668

#069432 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#069432 Color Preview on White Background

Lorem ipsum dolor sit amet.

#069432 Color CSS Codes

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

#069432 Text Font Color

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

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


#069432 Background Color

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

This div background color is #069432


#069432 Border Color

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

This div border color is #069432


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,148,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 #069432">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #069432


Comments

No comments written yet.

Please login to write comment.