Color Hex Logo

#7ca398 Color Hex

#7CA398
(124,163,152)
0 Favorites   0 Comments

Color spaces of #7ca398

RGB 124163152
HSL0.450.170.56
HSV163°24°64°
CMYK 0.240.000.07   0.36
XYZ27.076932.746534.5994
Yxy32.74650.28680.3468
Hunter Lab57.2246-15.68234.2090
CIE-Lab63.9551-15.63851.3746

#7ca398 color RGB value is (124,163,152).

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

The process color (four color CMYK) of #7ca398 color hex is 0.24, 0.00, 0.07, 0.36. Web safe color of #7ca398 is #669999. Color #7ca398 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10100011 10011000
Octal 174 243 230
Decimal 124 163 152
Hex 7C A3 98

RGB Percentages of Color #7ca398

%28.25
%37.13
%34.62

CMYK Percentages of Color #7ca398

%24
%0
%7
%36

Triadic Colors of #7ca398

#7ca398 #987ca3 #a3987c

Analogous Colors of #7ca398

#7ca398 #7c9ba3 #7ca385

Monochromatic Colors of #7ca398

#7ca398

Complementary Color

#7ca398 #a37c87

#7ca398 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ca398 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ca398 Color CSS Codes

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

#7ca398 Text Font Color

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

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


#7ca398 Background Color

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

This div background color is #7ca398


#7ca398 Border Color

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

This div border color is #7ca398


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ca398


Comments

No comments written yet.

Please login to write comment.