Color Hex Logo

#7c9daa Color Hex

#7C9DAA
(124,157,170)
0 Favorites   0 Comments

Color spaces of #7c9daa

RGB 124157170
HSL0.550.210.58
HSV197°27°67°
CMYK 0.270.080.00   0.33
XYZ27.624831.301342.6160
Yxy31.30130.27210.3083
Hunter Lab55.9476-9.7717-5.9987
CIE-Lab62.7612-8.2878-10.5015

#7c9daa color RGB value is (124,157,170).

#7c9daa hex color red value is 124, green value is 157 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7c9daa hue: 0.55 , saturation: 0.21 and the lightness value of 7c9daa is 0.58.

The process color (four color CMYK) of #7c9daa color hex is 0.27, 0.08, 0.00, 0.33. Web safe color of #7c9daa is #669999. Color #7c9daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10011101 10101010
Octal 174 235 252
Decimal 124 157 170
Hex 7C 9D AA

RGB Percentages of Color #7c9daa

%27.49
%34.81
%37.69

CMYK Percentages of Color #7c9daa

%27
%8
%0
%33

Triadic Colors of #7c9daa

#7c9daa #aa7c9d #9daa7c

Analogous Colors of #7c9daa

#7c9daa #7c86aa #7caaa0

Monochromatic Colors of #7c9daa

#7c9daa

Complementary Color

#7c9daa #aa897c

#7c9daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c9daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c9daa Color CSS Codes

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

#7c9daa Text Font Color

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

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


#7c9daa Background Color

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

This div background color is #7c9daa


#7c9daa Border Color

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

This div border color is #7c9daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c9daa


Comments

No comments written yet.

Please login to write comment.