Color Hex Logo

#6fa50b Color Hex

#6FA50B
(111,165,11)
0 Favorites   0 Comments

Color spaces of #6fa50b

RGB 11116511
HSL0.230.880.35
HSV81°93°65°
CMYK 0.330.000.93   0.35
XYZ20.071130.31395.1099
Yxy30.31390.36170.5462
Hunter Lab55.0581-31.280533.0380
CIE-Lab61.9241-38.132762.2112

#6fa50b color RGB value is (111,165,11).

#6fa50b hex color red value is 111, green value is 165 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #6fa50b hue: 0.23 , saturation: 0.88 and the lightness value of 6fa50b is 0.35.

The process color (four color CMYK) of #6fa50b color hex is 0.33, 0.00, 0.93, 0.35. Web safe color of #6fa50b is #669900. Color #6fa50b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10100101 00001011
Octal 157 245 13
Decimal 111 165 11
Hex 6F A5 B

RGB Percentages of Color #6fa50b

%38.68
%57.49
%3.83

CMYK Percentages of Color #6fa50b

%33
%0
%93
%35

Triadic Colors of #6fa50b

#6fa50b #0b6fa5 #a50b6f

Analogous Colors of #6fa50b

#6fa50b #22a50b #a58e0b

Monochromatic Colors of #6fa50b

#6fa50b

Complementary Color

#6fa50b #410ba5

#6fa50b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fa50b Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fa50b Color CSS Codes

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

#6fa50b Text Font Color

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

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


#6fa50b Background Color

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

This div background color is #6fa50b


#6fa50b Border Color

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

This div border color is #6fa50b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fa50b


Comments

No comments written yet.

Please login to write comment.