Color Hex Logo

#6caa0f Color Hex

#6CAA0F
(108,170,15)
0 Favorites   0 Comments

Color spaces of #6caa0f

RGB 10817015
HSL0.230.840.36
HSV84°91°67°
CMYK 0.360.000.91   0.33
XYZ20.645331.97215.5350
Yxy31.97210.35500.5498
Hunter Lab56.5439-33.777933.7769
CIE-Lab63.3198-41.335962.6701

#6caa0f color RGB value is (108,170,15).

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

The process color (four color CMYK) of #6caa0f color hex is 0.36, 0.00, 0.91, 0.33. Web safe color of #6caa0f is #669900. Color #6caa0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10101010 00001111
Octal 154 252 17
Decimal 108 170 15
Hex 6C AA F

RGB Percentages of Color #6caa0f

%36.86
%58.02
%5.12

CMYK Percentages of Color #6caa0f

%36
%0
%91
%33

Triadic Colors of #6caa0f

#6caa0f #0f6caa #aa0f6c

Analogous Colors of #6caa0f

#6caa0f #1eaa0f #aa9b0f

Monochromatic Colors of #6caa0f

#6caa0f

Complementary Color

#6caa0f #4d0faa

#6caa0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6caa0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#6caa0f Color CSS Codes

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

#6caa0f Text Font Color

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

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


#6caa0f Background Color

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

This div background color is #6caa0f


#6caa0f Border Color

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

This div border color is #6caa0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6caa0f


Comments

No comments written yet.

Please login to write comment.