Color Hex Logo

#7baccb Color Hex

#7BACCB
(123,172,203)
0 Favorites   0 Comments

Color spaces of #7baccb

RGB 123172203
HSL0.560.430.64
HSV203°39°80°
CMYK 0.390.150.00   0.20
XYZ33.700438.027862.0638
Yxy38.02780.25190.2842
Hunter Lab61.6667-10.3677-16.5051
CIE-Lab68.0411-8.3556-20.9289

#7baccb color RGB value is (123,172,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10101100 11001011
Octal 173 254 313
Decimal 123 172 203
Hex 7B AC CB

RGB Percentages of Color #7baccb

%24.70
%34.54
%40.76

CMYK Percentages of Color #7baccb

%39
%15
%0
%20

Triadic Colors of #7baccb

#7baccb #cb7bac #accb7b

Analogous Colors of #7baccb

#7baccb #7b84cb #7bcbc2

Monochromatic Colors of #7baccb

#7baccb

Complementary Color

#7baccb #cb9a7b

#7baccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7baccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7baccb Color CSS Codes

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

#7baccb Text Font Color

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

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


#7baccb Background Color

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

This div background color is #7baccb


#7baccb Border Color

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

This div border color is #7baccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7baccb


Comments

No comments written yet.

Please login to write comment.