Color Hex Logo

#6fbf0c Color Hex

#6FBF0C
(111,191,12)
0 Favorites   0 Comments

Color spaces of #6fbf0c

RGB 11119112
HSL0.240.880.40
HSV87°94°75°
CMYK 0.420.000.94   0.25
XYZ25.252740.66776.8665
Yxy40.66770.34690.5587
Hunter Lab63.7712-40.915638.2559
CIE-Lab69.9425-49.006768.5690

#6fbf0c color RGB value is (111,191,12).

#6fbf0c hex color red value is 111, green value is 191 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #6fbf0c hue: 0.24 , saturation: 0.88 and the lightness value of 6fbf0c is 0.40.

The process color (four color CMYK) of #6fbf0c color hex is 0.42, 0.00, 0.94, 0.25. Web safe color of #6fbf0c is #66cc00. Color #6fbf0c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10111111 00001100
Octal 157 277 14
Decimal 111 191 12
Hex 6F BF C

RGB Percentages of Color #6fbf0c

%35.35
%60.83
%3.82

CMYK Percentages of Color #6fbf0c

%42
%0
%94
%25

Triadic Colors of #6fbf0c

#6fbf0c #0c6fbf #bf0c6f

Analogous Colors of #6fbf0c

#6fbf0c #15bf0c #bfb60c

Monochromatic Colors of #6fbf0c

#6fbf0c

Complementary Color

#6fbf0c #5c0cbf

#6fbf0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fbf0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fbf0c Color CSS Codes

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

#6fbf0c Text Font Color

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

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


#6fbf0c Background Color

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

This div background color is #6fbf0c


#6fbf0c Border Color

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

This div border color is #6fbf0c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fbf0c


Comments

No comments written yet.

Please login to write comment.