Color Hex Logo

#6ca10a Color Hex

#6CA10A
(108,161,10)
0 Favorites   0 Comments

Color spaces of #6ca10a

RGB 10816110
HSL0.230.880.34
HSV81°94°63°
CMYK 0.330.000.94   0.37
XYZ18.984028.69984.8262
Yxy28.69980.36150.5466
Hunter Lab53.5722-30.497632.1592
CIE-Lab60.5158-37.537961.1435

#6ca10a color RGB value is (108,161,10).

#6ca10a hex color red value is 108, green value is 161 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #6ca10a hue: 0.23 , saturation: 0.88 and the lightness value of 6ca10a is 0.34.

The process color (four color CMYK) of #6ca10a color hex is 0.33, 0.00, 0.94, 0.37. Web safe color of #6ca10a is #669900. Color #6ca10a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10100001 00001010
Octal 154 241 12
Decimal 108 161 10
Hex 6C A1 A

RGB Percentages of Color #6ca10a

%38.71
%57.71
%3.58

CMYK Percentages of Color #6ca10a

%33
%0
%94
%37

Triadic Colors of #6ca10a

#6ca10a #0a6ca1 #a10a6c

Analogous Colors of #6ca10a

#6ca10a #21a10a #a18b0a

Monochromatic Colors of #6ca10a

#6ca10a

Complementary Color

#6ca10a #3f0aa1

#6ca10a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ca10a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ca10a Color CSS Codes

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

#6ca10a Text Font Color

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

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


#6ca10a Background Color

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

This div background color is #6ca10a


#6ca10a Border Color

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

This div border color is #6ca10a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ca10a


Comments

No comments written yet.

Please login to write comment.