Color Hex Logo

#7bacd5 Color Hex

#7BACD5
(123,172,213)
0 Favorites   0 Comments

Color spaces of #7bacd5

RGB 123172213
HSL0.580.520.66
HSV207°42°84°
CMYK 0.420.190.00   0.16
XYZ34.931138.520168.5448
Yxy38.52010.24600.2713
Hunter Lab62.0646-8.1498-22.0353
CIE-Lab68.4022-5.6556-25.8884

#7bacd5 color RGB value is (123,172,213).

#7bacd5 hex color red value is 123, green value is 172 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #7bacd5 hue: 0.58 , saturation: 0.52 and the lightness value of 7bacd5 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10101100 11010101
Octal 173 254 325
Decimal 123 172 213
Hex 7B AC D5

RGB Percentages of Color #7bacd5

%24.21
%33.86
%41.93

CMYK Percentages of Color #7bacd5

%42
%19
%0
%16

Triadic Colors of #7bacd5

#7bacd5 #d57bac #acd57b

Analogous Colors of #7bacd5

#7bacd5 #7b7fd5 #7bd5d1

Monochromatic Colors of #7bacd5

#7bacd5

Complementary Color

#7bacd5 #d5a47b

#7bacd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bacd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bacd5 Color CSS Codes

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

#7bacd5 Text Font Color

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

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


#7bacd5 Background Color

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

This div background color is #7bacd5


#7bacd5 Border Color

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

This div border color is #7bacd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bacd5


Comments

No comments written yet.

Please login to write comment.