Color Hex Logo

#6bc012 Color Hex

#6BC012
(107,192,18)
0 Favorites   0 Comments

Color spaces of #6bc012

RGB 10719218
HSL0.250.830.41
HSV89°91°75°
CMYK 0.440.000.91   0.25
XYZ25.022240.86877.1419
Yxy40.86870.34260.5596
Hunter Lab63.9286-42.008738.1264
CIE-Lab70.0838-50.597067.7623

#6bc012 color RGB value is (107,192,18).

#6bc012 hex color red value is 107, green value is 192 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #6bc012 hue: 0.25 , saturation: 0.83 and the lightness value of 6bc012 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11000000 00010010
Octal 153 300 22
Decimal 107 192 18
Hex 6B C0 12

RGB Percentages of Color #6bc012

%33.75
%60.57
%5.68

CMYK Percentages of Color #6bc012

%44
%0
%91
%25

Triadic Colors of #6bc012

#6bc012 #126bc0 #c0126b

Analogous Colors of #6bc012

#6bc012 #14c012 #c0be12

Monochromatic Colors of #6bc012

#6bc012

Complementary Color

#6bc012 #6712c0

#6bc012 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bc012 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bc012 Color CSS Codes

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

#6bc012 Text Font Color

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

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


#6bc012 Background Color

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

This div background color is #6bc012


#6bc012 Border Color

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

This div border color is #6bc012


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(107,192,18, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6bc012; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6bc012;
  -webkit-box-shadow: 1px 1px 3px 2px #6bc012;
  box-shadow:         1px 1px 3px 2px #6bc012; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,192,18, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bc012


Comments

No comments written yet.

Please login to write comment.