Color Hex Logo

#7b9cba Color Hex

#7B9CBA
(123,156,186)
0 Favorites   0 Comments

Color spaces of #7b9cba

RGB 123156186
HSL0.580.310.61
HSV209°34°73°
CMYK 0.340.160.00   0.27
XYZ28.919831.533151.0166
Yxy31.53310.25940.2829
Hunter Lab56.1543-6.3416-14.5573
CIE-Lab62.9551-4.0273-19.2095

#7b9cba color RGB value is (123,156,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10011100 10111010
Octal 173 234 272
Decimal 123 156 186
Hex 7B 9C BA

RGB Percentages of Color #7b9cba

%26.45
%33.55
%40.00

CMYK Percentages of Color #7b9cba

%34
%16
%0
%27

Triadic Colors of #7b9cba

#7b9cba #ba7b9c #9cba7b

Analogous Colors of #7b9cba

#7b9cba #7b7dba #7bbab9

Monochromatic Colors of #7b9cba

#7b9cba

Complementary Color

#7b9cba #ba997b

#7b9cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b9cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b9cba Color CSS Codes

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

#7b9cba Text Font Color

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

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


#7b9cba Background Color

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

This div background color is #7b9cba


#7b9cba Border Color

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

This div border color is #7b9cba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(123,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 #7b9cba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b9cba


Comments

No comments written yet.

Please login to write comment.