Color Hex Logo

#6cb40d Color Hex

#6CB40D
(108,180,13)
0 Favorites   0 Comments

Color spaces of #6cb40d

RGB 10818013
HSL0.240.870.38
HSV86°93°71°
CMYK 0.400.000.93   0.29
XYZ22.578235.85976.1124
Yxy35.85970.34980.5555
Hunter Lab59.8830-37.493835.8662
CIE-Lab66.4126-45.565365.5109

#6cb40d color RGB value is (108,180,13).

#6cb40d hex color red value is 108, green value is 180 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #6cb40d hue: 0.24 , saturation: 0.87 and the lightness value of 6cb40d is 0.38.

The process color (four color CMYK) of #6cb40d color hex is 0.40, 0.00, 0.93, 0.29. Web safe color of #6cb40d is #66cc00. Color #6cb40d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10110100 00001101
Octal 154 264 15
Decimal 108 180 13
Hex 6C B4 D

RGB Percentages of Color #6cb40d

%35.88
%59.80
%4.32

CMYK Percentages of Color #6cb40d

%40
%0
%93
%29

Triadic Colors of #6cb40d

#6cb40d #0d6cb4 #b40d6c

Analogous Colors of #6cb40d

#6cb40d #18b40d #b4a90d

Monochromatic Colors of #6cb40d

#6cb40d

Complementary Color

#6cb40d #550db4

#6cb40d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cb40d Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cb40d Color CSS Codes

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

#6cb40d Text Font Color

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

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


#6cb40d Background Color

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

This div background color is #6cb40d


#6cb40d Border Color

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

This div border color is #6cb40d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(108,180,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6cb40d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6cb40d;
  -webkit-box-shadow: 1px 1px 3px 2px #6cb40d;
  box-shadow:         1px 1px 3px 2px #6cb40d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cb40d


Comments

No comments written yet.

Please login to write comment.