Color Hex Logo

#6ca60d Color Hex

#6CA60D
(108,166,13)
0 Favorites   0 Comments

Color spaces of #6ca60d

RGB 10816613
HSL0.230.850.35
HSV83°92°65°
CMYK 0.350.000.92   0.35
XYZ19.893230.48965.2174
Yxy30.48960.35780.5484
Hunter Lab55.2174-32.322133.0500
CIE-Lab62.0744-39.662761.9679

#6ca60d color RGB value is (108,166,13).

#6ca60d hex color red value is 108, green value is 166 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #6ca60d hue: 0.23 , saturation: 0.85 and the lightness value of 6ca60d is 0.35.

The process color (four color CMYK) of #6ca60d color hex is 0.35, 0.00, 0.92, 0.35. Web safe color of #6ca60d is #669900. Color #6ca60d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10100110 00001101
Octal 154 246 15
Decimal 108 166 13
Hex 6C A6 D

RGB Percentages of Color #6ca60d

%37.63
%57.84
%4.53

CMYK Percentages of Color #6ca60d

%35
%0
%92
%35

Triadic Colors of #6ca60d

#6ca60d #0d6ca6 #a60d6c

Analogous Colors of #6ca60d

#6ca60d #20a60d #a6940d

Monochromatic Colors of #6ca60d

#6ca60d

Complementary Color

#6ca60d #470da6

#6ca60d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ca60d Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ca60d Color CSS Codes

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

#6ca60d Text Font Color

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

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


#6ca60d Background Color

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

This div background color is #6ca60d


#6ca60d Border Color

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

This div border color is #6ca60d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ca60d


Comments

No comments written yet.

Please login to write comment.