Color Hex Logo

#7ba6cc Color Hex

#7BA6CC
(123,166,204)
0 Favorites   0 Comments

Color spaces of #7ba6cc

RGB 123166204
HSL0.580.440.64
HSV208°40°80°
CMYK 0.400.190.00   0.20
XYZ32.703735.843062.3215
Yxy35.84300.24990.2739
Hunter Lab59.8690-7.2644-19.8104
CIE-Lab66.3998-4.8048-23.9879

#7ba6cc color RGB value is (123,166,204).

#7ba6cc hex color red value is 123, green value is 166 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7ba6cc hue: 0.58 , saturation: 0.44 and the lightness value of 7ba6cc is 0.64.

The process color (four color CMYK) of #7ba6cc color hex is 0.40, 0.19, 0.00, 0.20. Web safe color of #7ba6cc is #6699cc. Color #7ba6cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10100110 11001100
Octal 173 246 314
Decimal 123 166 204
Hex 7B A6 CC

RGB Percentages of Color #7ba6cc

%24.95
%33.67
%41.38

CMYK Percentages of Color #7ba6cc

%40
%19
%0
%20

Triadic Colors of #7ba6cc

#7ba6cc #cc7ba6 #a6cc7b

Analogous Colors of #7ba6cc

#7ba6cc #7b7ecc #7bccca

Monochromatic Colors of #7ba6cc

#7ba6cc

Complementary Color

#7ba6cc #cca17b

#7ba6cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ba6cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ba6cc Color CSS Codes

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

#7ba6cc Text Font Color

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

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


#7ba6cc Background Color

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

This div background color is #7ba6cc


#7ba6cc Border Color

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

This div border color is #7ba6cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ba6cc


Comments

No comments written yet.

Please login to write comment.