Color Hex Logo

#7bacce Color Hex

#7BACCE
(123,172,206)
0 Favorites   0 Comments

Color spaces of #7bacce

RGB 123172206
HSL0.570.460.65
HSV205°40°81°
CMYK 0.400.170.00   0.19
XYZ34.061538.172263.9653
Yxy38.17220.25010.2803
Hunter Lab61.7837-9.7139-18.1350
CIE-Lab68.1473-7.5541-22.4222

#7bacce color RGB value is (123,172,206).

#7bacce hex color red value is 123, green value is 172 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7bacce hue: 0.57 , saturation: 0.46 and the lightness value of 7bacce is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10101100 11001110
Octal 173 254 316
Decimal 123 172 206
Hex 7B AC CE

RGB Percentages of Color #7bacce

%24.55
%34.33
%41.12

CMYK Percentages of Color #7bacce

%40
%17
%0
%19

Triadic Colors of #7bacce

#7bacce #ce7bac #acce7b

Analogous Colors of #7bacce

#7bacce #7b83ce #7bcec7

Monochromatic Colors of #7bacce

#7bacce

Complementary Color

#7bacce #ce9d7b

#7bacce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bacce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bacce Color CSS Codes

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

#7bacce Text Font Color

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

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


#7bacce Background Color

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

This div background color is #7bacce


#7bacce Border Color

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

This div border color is #7bacce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bacce


Comments

No comments written yet.

Please login to write comment.