Color Hex Logo

#6ca07a Color Hex

#6CA07A
(108,160,122)
0 Favorites   0 Comments

Color spaces of #6ca07a

RGB 108160122
HSL0.380.210.53
HSV136°33°63°
CMYK 0.330.000.24   0.37
XYZ22.268029.734922.9781
Yxy29.73490.29700.3966
Hunter Lab54.5297-22.533913.1868
CIE-Lab61.4248-25.491014.4177

#6ca07a color RGB value is (108,160,122).

#6ca07a hex color red value is 108, green value is 160 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #6ca07a hue: 0.38 , saturation: 0.21 and the lightness value of 6ca07a is 0.53.

The process color (four color CMYK) of #6ca07a color hex is 0.33, 0.00, 0.24, 0.37. Web safe color of #6ca07a is #669966. Color #6ca07a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10100000 01111010
Octal 154 240 172
Decimal 108 160 122
Hex 6C A0 7A

RGB Percentages of Color #6ca07a

%27.69
%41.03
%31.28

CMYK Percentages of Color #6ca07a

%33
%0
%24
%37

Triadic Colors of #6ca07a

#6ca07a #7a6ca0 #a07a6c

Analogous Colors of #6ca07a

#6ca07a #6ca094 #78a06c

Monochromatic Colors of #6ca07a

#6ca07a

Complementary Color

#6ca07a #a06c92

#6ca07a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ca07a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ca07a Color CSS Codes

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

#6ca07a Text Font Color

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

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


#6ca07a Background Color

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

This div background color is #6ca07a


#6ca07a Border Color

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

This div border color is #6ca07a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ca07a


Comments

No comments written yet.

Please login to write comment.