Color Hex Logo

#7ba6bd Color Hex

#7BA6BD
(123,166,189)
0 Favorites   0 Comments

Color spaces of #7ba6bd

RGB 123166189
HSL0.560.330.61
HSV201°35°74°
CMYK 0.350.120.00   0.26
XYZ30.989935.157553.2968
Yxy35.15750.25950.2943
Hunter Lab59.2938-10.4710-11.7878
CIE-Lab65.8711-8.7563-16.4626

#7ba6bd color RGB value is (123,166,189).

#7ba6bd hex color red value is 123, green value is 166 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7ba6bd hue: 0.56 , saturation: 0.33 and the lightness value of 7ba6bd is 0.61.

The process color (four color CMYK) of #7ba6bd color hex is 0.35, 0.12, 0.00, 0.26. Web safe color of #7ba6bd is #6699cc. Color #7ba6bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10100110 10111101
Octal 173 246 275
Decimal 123 166 189
Hex 7B A6 BD

RGB Percentages of Color #7ba6bd

%25.73
%34.73
%39.54

CMYK Percentages of Color #7ba6bd

%35
%12
%0
%26

Triadic Colors of #7ba6bd

#7ba6bd #bd7ba6 #a6bd7b

Analogous Colors of #7ba6bd

#7ba6bd #7b85bd #7bbdb3

Monochromatic Colors of #7ba6bd

#7ba6bd

Complementary Color

#7ba6bd #bd927b

#7ba6bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ba6bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ba6bd Color CSS Codes

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

#7ba6bd Text Font Color

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

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


#7ba6bd Background Color

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

This div background color is #7ba6bd


#7ba6bd Border Color

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

This div border color is #7ba6bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(123,166,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ba6bd


Comments

No comments written yet.

Please login to write comment.