Color Hex Logo

#7cb97d Color Hex

#7CB97D
(124,185,125)
0 Favorites   0 Comments

Color spaces of #7cb97d

RGB 124185125
HSL0.340.300.61
HSV121°33°73°
CMYK 0.330.000.32   0.27
XYZ29.362840.463725.6647
Yxy40.46370.30750.4237
Hunter Lab63.6111-28.924020.6065
CIE-Lab69.7985-31.816324.3844

#7cb97d color RGB value is (124,185,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10111001 01111101
Octal 174 271 175
Decimal 124 185 125
Hex 7C B9 7D

RGB Percentages of Color #7cb97d

%28.57
%42.63
%28.80

CMYK Percentages of Color #7cb97d

%33
%0
%32
%27

Triadic Colors of #7cb97d

#7cb97d #7d7cb9 #b97d7c

Analogous Colors of #7cb97d

#7cb97d #7cb99c #9ab97c

Monochromatic Colors of #7cb97d

#7cb97d

Complementary Color

#7cb97d #b97cb8

#7cb97d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cb97d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cb97d Color CSS Codes

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

#7cb97d Text Font Color

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

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


#7cb97d Background Color

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

This div background color is #7cb97d


#7cb97d Border Color

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

This div border color is #7cb97d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cb97d


Comments

No comments written yet.

Please login to write comment.