Color Hex Logo

#7c988a Color Hex

#7C988A
(124,152,138)
0 Favorites   0 Comments

Color spaces of #7c988a

RGB 124152138
HSL0.420.120.54
HSV150°18°60°
CMYK 0.180.000.09   0.40
XYZ24.127928.576528.2889
Yxy28.57650.29790.3528
Hunter Lab53.4570-12.98356.0442
CIE-Lab60.4060-12.74654.1155

#7c988a color RGB value is (124,152,138).

#7c988a hex color red value is 124, green value is 152 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #7c988a hue: 0.42 , saturation: 0.12 and the lightness value of 7c988a is 0.54.

The process color (four color CMYK) of #7c988a color hex is 0.18, 0.00, 0.09, 0.40. Web safe color of #7c988a is #669999. Color #7c988a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10011000 10001010
Octal 174 230 212
Decimal 124 152 138
Hex 7C 98 8A

RGB Percentages of Color #7c988a

%29.95
%36.71
%33.33

CMYK Percentages of Color #7c988a

%18
%0
%9
%40

Triadic Colors of #7c988a

#7c988a #8a7c98 #988a7c

Analogous Colors of #7c988a

#7c988a #7c9898 #7c987c

Monochromatic Colors of #7c988a

#7c988a

Complementary Color

#7c988a #987c8a

#7c988a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c988a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c988a Color CSS Codes

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

#7c988a Text Font Color

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

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


#7c988a Background Color

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

This div background color is #7c988a


#7c988a Border Color

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

This div border color is #7c988a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c988a


Comments

No comments written yet.

Please login to write comment.