Color Hex Logo

#7cb993 Color Hex

#7CB993
(124,185,147)
0 Favorites   0 Comments

Color spaces of #7cb993

RGB 124185147
HSL0.400.300.61
HSV143°33°73°
CMYK 0.330.000.21   0.27
XYZ30.927641.089633.9048
Yxy41.08960.29200.3879
Hunter Lab64.1012-26.054213.5108
CIE-Lab70.2387-27.812713.1277

#7cb993 color RGB value is (124,185,147).

#7cb993 hex color red value is 124, green value is 185 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #7cb993 hue: 0.40 , saturation: 0.30 and the lightness value of 7cb993 is 0.61.

The process color (four color CMYK) of #7cb993 color hex is 0.33, 0.00, 0.21, 0.27. Web safe color of #7cb993 is #66cc99. Color #7cb993 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10111001 10010011
Octal 174 271 223
Decimal 124 185 147
Hex 7C B9 93

RGB Percentages of Color #7cb993

%27.19
%40.57
%32.24

CMYK Percentages of Color #7cb993

%33
%0
%21
%27

Triadic Colors of #7cb993

#7cb993 #937cb9 #b9937c

Analogous Colors of #7cb993

#7cb993 #7cb9b2 #84b97c

Monochromatic Colors of #7cb993

#7cb993

Complementary Color

#7cb993 #b97ca2

#7cb993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cb993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cb993 Color CSS Codes

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

#7cb993 Text Font Color

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

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


#7cb993 Background Color

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

This div background color is #7cb993


#7cb993 Border Color

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

This div border color is #7cb993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cb993


Comments

No comments written yet.

Please login to write comment.