Color Hex Logo

#7ca88c Color Hex

#7CA88C
(124,168,140)
0 Favorites   0 Comments

Color spaces of #7ca88c

RGB 124168140
HSL0.390.200.57
HSV142°26°66°
CMYK 0.260.000.17   0.34
XYZ27.048434.183829.9835
Yxy34.18380.29650.3748
Hunter Lab58.4669-19.738110.5212
CIE-Lab65.1082-20.72419.7237

#7ca88c color RGB value is (124,168,140).

#7ca88c hex color red value is 124, green value is 168 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #7ca88c hue: 0.39 , saturation: 0.20 and the lightness value of 7ca88c is 0.57.

The process color (four color CMYK) of #7ca88c color hex is 0.26, 0.00, 0.17, 0.34. Web safe color of #7ca88c is #669999. Color #7ca88c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10101000 10001100
Octal 174 250 214
Decimal 124 168 140
Hex 7C A8 8C

RGB Percentages of Color #7ca88c

%28.70
%38.89
%32.41

CMYK Percentages of Color #7ca88c

%26
%0
%17
%34

Triadic Colors of #7ca88c

#7ca88c #8c7ca8 #a88c7c

Analogous Colors of #7ca88c

#7ca88c #7ca8a2 #82a87c

Monochromatic Colors of #7ca88c

#7ca88c

Complementary Color

#7ca88c #a87c98

#7ca88c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ca88c Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ca88c Color CSS Codes

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

#7ca88c Text Font Color

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

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


#7ca88c Background Color

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

This div background color is #7ca88c


#7ca88c Border Color

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

This div border color is #7ca88c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ca88c


Comments

No comments written yet.

Please login to write comment.