Color Hex Logo

#7ca196 Color Hex

#7CA196
(124,161,150)
0 Favorites   0 Comments

Color spaces of #7ca196

RGB 124161150
HSL0.450.160.56
HSV162°23°63°
CMYK 0.230.000.07   0.37
XYZ26.562131.976833.6263
Yxy31.97680.28820.3470
Hunter Lab56.5480-15.11294.3268
CIE-Lab63.3237-15.01521.5776

#7ca196 color RGB value is (124,161,150).

#7ca196 hex color red value is 124, green value is 161 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #7ca196 hue: 0.45 , saturation: 0.16 and the lightness value of 7ca196 is 0.56.

The process color (four color CMYK) of #7ca196 color hex is 0.23, 0.00, 0.07, 0.37. Web safe color of #7ca196 is #669999. Color #7ca196 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10100001 10010110
Octal 174 241 226
Decimal 124 161 150
Hex 7C A1 96

RGB Percentages of Color #7ca196

%28.51
%37.01
%34.48

CMYK Percentages of Color #7ca196

%23
%0
%7
%37

Triadic Colors of #7ca196

#7ca196 #967ca1 #a1967c

Analogous Colors of #7ca196

#7ca196 #7c9aa1 #7ca184

Monochromatic Colors of #7ca196

#7ca196

Complementary Color

#7ca196 #a17c87

#7ca196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ca196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ca196 Color CSS Codes

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

#7ca196 Text Font Color

<p style="color:#7ca196">Text here</p>

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


#7ca196 Background Color

<div style="background-color:#7ca196">
Div content here</div>

This div background color is #7ca196


#7ca196 Border Color

<div style="border:3px solid #7ca196">
Div here</div>

This div border color is #7ca196


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(124,161,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7ca196; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7ca196;
  -webkit-box-shadow: 1px 1px 3px 2px #7ca196;
  box-shadow:         1px 1px 3px 2px #7ca196; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ca196


Comments

No comments written yet.

Please login to write comment.