Color Hex Logo

#6bdc46 Color Hex

#6BDC46
(107,220,70)
0 Favorites   0 Comments

Color spaces of #6bdc46

RGB 10722070
HSL0.290.680.57
HSV105°68°86°
CMYK 0.510.000.68   0.14
XYZ32.762154.754414.6363
Yxy54.75440.32070.5360
Hunter Lab73.9962-50.461840.0699
CIE-Lab78.8996-58.474861.1680

#6bdc46 color RGB value is (107,220,70).

#6bdc46 hex color red value is 107, green value is 220 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #6bdc46 hue: 0.29 , saturation: 0.68 and the lightness value of 6bdc46 is 0.57.

The process color (four color CMYK) of #6bdc46 color hex is 0.51, 0.00, 0.68, 0.14. Web safe color of #6bdc46 is #66cc33. Color #6bdc46 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 11011100 01000110
Octal 153 334 106
Decimal 107 220 70
Hex 6B DC 46

RGB Percentages of Color #6bdc46

%26.95
%55.42
%17.63

CMYK Percentages of Color #6bdc46

%51
%0
%68
%14

Triadic Colors of #6bdc46

#6bdc46 #466bdc #dc466b

Analogous Colors of #6bdc46

#6bdc46 #46dc6c #b6dc46

Monochromatic Colors of #6bdc46

#6bdc46

Complementary Color

#6bdc46 #b746dc

#6bdc46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bdc46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bdc46 Color CSS Codes

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

#6bdc46 Text Font Color

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

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


#6bdc46 Background Color

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

This div background color is #6bdc46


#6bdc46 Border Color

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

This div border color is #6bdc46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bdc46


Comments

No comments written yet.

Please login to write comment.