Color Hex Logo

#6bc31d Color Hex

#6BC31D
(107,195,29)
0 Favorites   0 Comments

Color spaces of #6bc31d

RGB 10719529
HSL0.260.740.44
HSV92°85°76°
CMYK 0.450.000.85   0.24
XYZ25.800342.24477.9566
Yxy42.24470.33950.5558
Hunter Lab64.9959-42.886838.2390
CIE-Lab71.0393-51.427666.4525

#6bc31d color RGB value is (107,195,29).

#6bc31d hex color red value is 107, green value is 195 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #6bc31d hue: 0.26 , saturation: 0.74 and the lightness value of 6bc31d is 0.44.

The process color (four color CMYK) of #6bc31d color hex is 0.45, 0.00, 0.85, 0.24. Web safe color of #6bc31d is #66cc33. Color #6bc31d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 11000011 00011101
Octal 153 303 35
Decimal 107 195 29
Hex 6B C3 1D

RGB Percentages of Color #6bc31d

%32.33
%58.91
%8.76

CMYK Percentages of Color #6bc31d

%45
%0
%85
%24

Triadic Colors of #6bc31d

#6bc31d #1d6bc3 #c31d6b

Analogous Colors of #6bc31d

#6bc31d #1dc322 #bec31d

Monochromatic Colors of #6bc31d

#6bc31d

Complementary Color

#6bc31d #751dc3

#6bc31d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bc31d Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bc31d Color CSS Codes

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

#6bc31d Text Font Color

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

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


#6bc31d Background Color

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

This div background color is #6bc31d


#6bc31d Border Color

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

This div border color is #6bc31d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bc31d


Comments

No comments written yet.

Please login to write comment.