Color Hex Logo

#6bf004 Color Hex

#6BF004
(107,240,4)
0 Favorites   0 Comments

Color spaces of #6bf004

RGB 1072404
HSL0.260.970.48
HSV94°98°94°
CMYK 0.550.000.98   0.06
XYZ37.245465.454710.7859
Yxy65.45470.32820.5768
Hunter Lab80.9041-59.407048.7285
CIE-Lab84.7175-68.239281.1110

#6bf004 color RGB value is (107,240,4).

#6bf004 hex color red value is 107, green value is 240 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #6bf004 hue: 0.26 , saturation: 0.97 and the lightness value of 6bf004 is 0.48.

The process color (four color CMYK) of #6bf004 color hex is 0.55, 0.00, 0.98, 0.06. Web safe color of #6bf004 is #66ff00. Color #6bf004 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 11110000 00000100
Octal 153 360 4
Decimal 107 240 4
Hex 6B F0 4

RGB Percentages of Color #6bf004

%30.48
%68.38
%1.14

CMYK Percentages of Color #6bf004

%55
%0
%98
%6

Triadic Colors of #6bf004

#6bf004 #046bf0 #f0046b

Analogous Colors of #6bf004

#6bf004 #04f013 #e1f004

Monochromatic Colors of #6bf004

#6bf004

Complementary Color

#6bf004 #8904f0

#6bf004 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bf004 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bf004 Color CSS Codes

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

#6bf004 Text Font Color

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

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


#6bf004 Background Color

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

This div background color is #6bf004


#6bf004 Border Color

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

This div border color is #6bf004


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bf004


Comments

No comments written yet.

Please login to write comment.