Color Hex Logo

#6fba1d Color Hex

#6FBA1D
(111,186,29)
0 Favorites   0 Comments

Color spaces of #6fba1d

RGB 11118629
HSL0.250.730.42
HSV89°84°73°
CMYK 0.400.000.84   0.27
XYZ24.336238.58607.3276
Yxy38.58600.34640.5493
Hunter Lab62.1176-38.773836.4883
CIE-Lab68.4503-46.511664.2528

#6fba1d color RGB value is (111,186,29).

#6fba1d hex color red value is 111, green value is 186 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #6fba1d hue: 0.25 , saturation: 0.73 and the lightness value of 6fba1d is 0.42.

The process color (four color CMYK) of #6fba1d color hex is 0.40, 0.00, 0.84, 0.27. Web safe color of #6fba1d is #66cc33. Color #6fba1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10111010 00011101
Octal 157 272 35
Decimal 111 186 29
Hex 6F BA 1D

RGB Percentages of Color #6fba1d

%34.05
%57.06
%8.90

CMYK Percentages of Color #6fba1d

%40
%0
%84
%27

Triadic Colors of #6fba1d

#6fba1d #1d6fba #ba1d6f

Analogous Colors of #6fba1d

#6fba1d #21ba1d #bab71d

Monochromatic Colors of #6fba1d

#6fba1d

Complementary Color

#6fba1d #681dba

#6fba1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fba1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fba1d Color CSS Codes

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

#6fba1d Text Font Color

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

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


#6fba1d Background Color

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

This div background color is #6fba1d


#6fba1d Border Color

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

This div border color is #6fba1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fba1d


Comments

No comments written yet.

Please login to write comment.