Color Hex Logo

#7c9894 Color Hex

#7C9894
(124,152,148)
0 Favorites   0 Comments

Color spaces of #7c9894

RGB 124152148
HSL0.480.120.54
HSV171°18°60°
CMYK 0.180.000.03   0.40
XYZ24.885728.879732.2797
Yxy28.87970.28920.3356
Hunter Lab53.7398-11.38542.0044
CIE-Lab60.6753-10.6268-1.1594

#7c9894 color RGB value is (124,152,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10011000 10010100
Octal 174 230 224
Decimal 124 152 148
Hex 7C 98 94

RGB Percentages of Color #7c9894

%29.25
%35.85
%34.91

CMYK Percentages of Color #7c9894

%18
%0
%3
%40

Triadic Colors of #7c9894

#7c9894 #947c98 #98947c

Analogous Colors of #7c9894

#7c9894 #7c8e98 #7c9886

Monochromatic Colors of #7c9894

#7c9894

Complementary Color

#7c9894 #987c80

#7c9894 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c9894 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c9894 Color CSS Codes

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

#7c9894 Text Font Color

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

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


#7c9894 Background Color

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

This div background color is #7c9894


#7c9894 Border Color

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

This div border color is #7c9894


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c9894


Comments

No comments written yet.

Please login to write comment.