Color Hex Logo

#6fb329 Color Hex

#6FB329
(111,179,41)
0 Favorites   0 Comments

Color spaces of #6fb329

RGB 11117941
HSL0.250.630.43
HSV90°77°70°
CMYK 0.380.000.77   0.30
XYZ23.075935.77987.7878
Yxy35.77980.34630.5369
Hunter Lab59.8162-35.816734.1521
CIE-Lab66.3513-43.042558.9653

#6fb329 color RGB value is (111,179,41).

#6fb329 hex color red value is 111, green value is 179 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #6fb329 hue: 0.25 , saturation: 0.63 and the lightness value of 6fb329 is 0.43.

The process color (four color CMYK) of #6fb329 color hex is 0.38, 0.00, 0.77, 0.30. Web safe color of #6fb329 is #66cc33. Color #6fb329 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10110011 00101001
Octal 157 263 51
Decimal 111 179 41
Hex 6F B3 29

RGB Percentages of Color #6fb329

%33.53
%54.08
%12.39

CMYK Percentages of Color #6fb329

%38
%0
%77
%30

Triadic Colors of #6fb329

#6fb329 #296fb3 #b3296f

Analogous Colors of #6fb329

#6fb329 #2ab329 #b3b229

Monochromatic Colors of #6fb329

#6fb329

Complementary Color

#6fb329 #6d29b3

#6fb329 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fb329 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fb329 Color CSS Codes

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

#6fb329 Text Font Color

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

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


#6fb329 Background Color

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

This div background color is #6fb329


#6fb329 Border Color

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

This div border color is #6fb329


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(111,179,41, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6fb329; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6fb329;
  -webkit-box-shadow: 1px 1px 3px 2px #6fb329;
  box-shadow:         1px 1px 3px 2px #6fb329; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,179,41, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fb329


Comments

No comments written yet.

Please login to write comment.