Color Hex Logo

#6bd804 Color Hex

#6BD804
(107,216,4)
0 Favorites   0 Comments

Color spaces of #6bd804

RGB 1072164
HSL0.250.960.43
HSV91°98°85°
CMYK 0.500.000.98   0.15
XYZ30.641252.24638.5845
Yxy52.24630.33500.5712
Hunter Lab72.2816-50.824143.5556
CIE-Lab77.4279-59.865675.3232

#6bd804 color RGB value is (107,216,4).

#6bd804 hex color red value is 107, green value is 216 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #6bd804 hue: 0.25 , saturation: 0.96 and the lightness value of 6bd804 is 0.43.

The process color (four color CMYK) of #6bd804 color hex is 0.50, 0.00, 0.98, 0.15. Web safe color of #6bd804 is #66cc00. Color #6bd804 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 11011000 00000100
Octal 153 330 4
Decimal 107 216 4
Hex 6B D8 4

RGB Percentages of Color #6bd804

%32.72
%66.06
%1.22

CMYK Percentages of Color #6bd804

%50
%0
%98
%15

Triadic Colors of #6bd804

#6bd804 #046bd8 #d8046b

Analogous Colors of #6bd804

#6bd804 #04d807 #d5d804

Monochromatic Colors of #6bd804

#6bd804

Complementary Color

#6bd804 #7104d8

#6bd804 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bd804 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bd804 Color CSS Codes

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

#6bd804 Text Font Color

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

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


#6bd804 Background Color

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

This div background color is #6bd804


#6bd804 Border Color

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

This div border color is #6bd804


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,216,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 #6bd804">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bd804


Comments

No comments written yet.

Please login to write comment.