Color Hex Logo

#6ca118 Color Hex

#6CA118
(108,161,24)
0 Favorites   0 Comments

Color spaces of #6ca118

RGB 10816124
HSL0.230.740.36
HSV83°85°63°
CMYK 0.330.000.85   0.37
XYZ19.094128.74385.4059
Yxy28.74380.35860.5399
Hunter Lab53.6132-30.251331.5510
CIE-Lab60.5549-37.142458.4835

#6ca118 color RGB value is (108,161,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 10100001 00011000
Octal 154 241 30
Decimal 108 161 24
Hex 6C A1 18

RGB Percentages of Color #6ca118

%36.86
%54.95
%8.19

CMYK Percentages of Color #6ca118

%33
%0
%85
%37

Triadic Colors of #6ca118

#6ca118 #186ca1 #a1186c

Analogous Colors of #6ca118

#6ca118 #28a118 #a19218

Monochromatic Colors of #6ca118

#6ca118

Complementary Color

#6ca118 #4d18a1

#6ca118 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ca118 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ca118 Color CSS Codes

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

#6ca118 Text Font Color

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

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


#6ca118 Background Color

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

This div background color is #6ca118


#6ca118 Border Color

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

This div border color is #6ca118


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ca118


Comments

No comments written yet.

Please login to write comment.