Color Hex Logo

#7bacc7 Color Hex

#7BACC7
(123,172,199)
0 Favorites   0 Comments

Color spaces of #7bacc7

RGB 123172199
HSL0.560.400.63
HSV201°38°78°
CMYK 0.380.140.00   0.22
XYZ33.229737.839559.5852
Yxy37.83950.25430.2896
Hunter Lab61.5138-11.2237-14.3714
CIE-Lab67.9022-9.4121-18.9309

#7bacc7 color RGB value is (123,172,199).

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

The process color (four color CMYK) of #7bacc7 color hex is 0.38, 0.14, 0.00, 0.22. Web safe color of #7bacc7 is #6699cc. Color #7bacc7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10101100 11000111
Octal 173 254 307
Decimal 123 172 199
Hex 7B AC C7

RGB Percentages of Color #7bacc7

%24.90
%34.82
%40.28

CMYK Percentages of Color #7bacc7

%38
%14
%0
%22

Triadic Colors of #7bacc7

#7bacc7 #c77bac #acc77b

Analogous Colors of #7bacc7

#7bacc7 #7b86c7 #7bc7bc

Monochromatic Colors of #7bacc7

#7bacc7

Complementary Color

#7bacc7 #c7967b

#7bacc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bacc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bacc7 Color CSS Codes

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

#7bacc7 Text Font Color

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

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


#7bacc7 Background Color

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

This div background color is #7bacc7


#7bacc7 Border Color

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

This div border color is #7bacc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bacc7


Comments

No comments written yet.

Please login to write comment.