Color Hex Logo

#7baccf Color Hex

#7BACCF
(123,172,207)
0 Favorites   0 Comments

Color spaces of #7baccf

RGB 123172207
HSL0.570.470.65
HSV205°41°81°
CMYK 0.410.170.00   0.19
XYZ34.183438.221064.6072
Yxy38.22100.24950.2790
Hunter Lab61.8231-9.4938-18.6838
CIE-Lab68.1832-7.2854-22.9189

#7baccf color RGB value is (123,172,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10101100 11001111
Octal 173 254 317
Decimal 123 172 207
Hex 7B AC CF

RGB Percentages of Color #7baccf

%24.50
%34.26
%41.24

CMYK Percentages of Color #7baccf

%41
%17
%0
%19

Triadic Colors of #7baccf

#7baccf #cf7bac #accf7b

Analogous Colors of #7baccf

#7baccf #7b82cf #7bcfc8

Monochromatic Colors of #7baccf

#7baccf

Complementary Color

#7baccf #cf9e7b

#7baccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7baccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7baccf Color CSS Codes

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

#7baccf Text Font Color

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

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


#7baccf Background Color

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

This div background color is #7baccf


#7baccf Border Color

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

This div border color is #7baccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7baccf


Comments

No comments written yet.

Please login to write comment.