Color Hex Logo

#7c9cba Color Hex

#7C9CBA
(124,156,186)
0 Favorites   0 Comments

Color spaces of #7c9cba

RGB 124156186
HSL0.580.310.61
HSV209°33°73°
CMYK 0.330.160.00   0.27
XYZ29.063631.607251.0234
Yxy31.60720.26020.2830
Hunter Lab56.2203-6.1082-14.4552
CIE-Lab63.0169-3.7372-19.1099

#7c9cba color RGB value is (124,156,186).

#7c9cba hex color red value is 124, green value is 156 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7c9cba hue: 0.58 , saturation: 0.31 and the lightness value of 7c9cba is 0.61.

The process color (four color CMYK) of #7c9cba color hex is 0.33, 0.16, 0.00, 0.27. Web safe color of #7c9cba is #6699cc. Color #7c9cba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10011100 10111010
Octal 174 234 272
Decimal 124 156 186
Hex 7C 9C BA

RGB Percentages of Color #7c9cba

%26.61
%33.48
%39.91

CMYK Percentages of Color #7c9cba

%33
%16
%0
%27

Triadic Colors of #7c9cba

#7c9cba #ba7c9c #9cba7c

Analogous Colors of #7c9cba

#7c9cba #7c7dba #7cbab9

Monochromatic Colors of #7c9cba

#7c9cba

Complementary Color

#7c9cba #ba9a7c

#7c9cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c9cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c9cba Color CSS Codes

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

#7c9cba Text Font Color

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

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


#7c9cba Background Color

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

This div background color is #7c9cba


#7c9cba Border Color

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

This div border color is #7c9cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c9cba


Comments

No comments written yet.

Please login to write comment.