Color Hex Logo

#6ca49e Color Hex

#6CA49E
(108,164,158)
0 Favorites   0 Comments

Color spaces of #6ca49e

RGB 108164158
HSL0.480.240.53
HSV174°34°64°
CMYK 0.340.000.04   0.36
XYZ25.631432.207737.2135
Yxy32.20770.26970.3388
Hunter Lab56.7518-18.69790.8484
CIE-Lab63.5142-19.6997-2.7397

#6ca49e color RGB value is (108,164,158).

#6ca49e hex color red value is 108, green value is 164 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #6ca49e hue: 0.48 , saturation: 0.24 and the lightness value of 6ca49e is 0.53.

The process color (four color CMYK) of #6ca49e color hex is 0.34, 0.00, 0.04, 0.36. Web safe color of #6ca49e is #669999. Color #6ca49e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10100100 10011110
Octal 154 244 236
Decimal 108 164 158
Hex 6C A4 9E

RGB Percentages of Color #6ca49e

%25.12
%38.14
%36.74

CMYK Percentages of Color #6ca49e

%34
%0
%4
%36

Triadic Colors of #6ca49e

#6ca49e #9e6ca4 #a49e6c

Analogous Colors of #6ca49e

#6ca49e #6c8ea4 #6ca482

Monochromatic Colors of #6ca49e

#6ca49e

Complementary Color

#6ca49e #a46c72

#6ca49e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ca49e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ca49e Color CSS Codes

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

#6ca49e Text Font Color

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

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


#6ca49e Background Color

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

This div background color is #6ca49e


#6ca49e Border Color

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

This div border color is #6ca49e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ca49e


Comments

No comments written yet.

Please login to write comment.