Color Hex Logo

#7ba4cb Color Hex

#7BA4CB
(123,164,203)
0 Favorites   0 Comments

Color spaces of #7ba4cb

RGB 123164203
HSL0.580.430.64
HSV209°39°80°
CMYK 0.390.190.00   0.20
XYZ32.223335.073761.5715
Yxy35.07370.25000.2722
Hunter Lab59.2231-6.5184-20.1850
CIE-Lab65.8060-3.9694-24.3429

#7ba4cb color RGB value is (123,164,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10100100 11001011
Octal 173 244 313
Decimal 123 164 203
Hex 7B A4 CB

RGB Percentages of Color #7ba4cb

%25.10
%33.47
%41.43

CMYK Percentages of Color #7ba4cb

%39
%19
%0
%20

Triadic Colors of #7ba4cb

#7ba4cb #cb7ba4 #a4cb7b

Analogous Colors of #7ba4cb

#7ba4cb #7b7ccb #7bcbca

Monochromatic Colors of #7ba4cb

#7ba4cb

Complementary Color

#7ba4cb #cba27b

#7ba4cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ba4cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ba4cb Color CSS Codes

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

#7ba4cb Text Font Color

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

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


#7ba4cb Background Color

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

This div background color is #7ba4cb


#7ba4cb Border Color

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

This div border color is #7ba4cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ba4cb


Comments

No comments written yet.

Please login to write comment.