Color Hex Logo

#7bbacc Color Hex

#7BBACC
(123,186,204)
0 Favorites   0 Comments

Color spaces of #7bbacc

RGB 123186204
HSL0.540.440.64
HSV193°40°80°
CMYK 0.400.090.00   0.20
XYZ36.626443.688463.6290
Yxy43.68840.25440.3035
Hunter Lab66.0972-16.7580-10.8080
CIE-Lab72.0197-15.5458-15.4516

#7bbacc color RGB value is (123,186,204).

#7bbacc hex color red value is 123, green value is 186 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7bbacc hue: 0.54 , saturation: 0.44 and the lightness value of 7bbacc is 0.64.

The process color (four color CMYK) of #7bbacc color hex is 0.40, 0.09, 0.00, 0.20. Web safe color of #7bbacc is #66cccc. Color #7bbacc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10111010 11001100
Octal 173 272 314
Decimal 123 186 204
Hex 7B BA CC

RGB Percentages of Color #7bbacc

%23.98
%36.26
%39.77

CMYK Percentages of Color #7bbacc

%40
%9
%0
%20

Triadic Colors of #7bbacc

#7bbacc #cc7bba #bacc7b

Analogous Colors of #7bbacc

#7bbacc #7b92cc #7bccb6

Monochromatic Colors of #7bbacc

#7bbacc

Complementary Color

#7bbacc #cc8d7b

#7bbacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bbacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bbacc Color CSS Codes

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

#7bbacc Text Font Color

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

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


#7bbacc Background Color

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

This div background color is #7bbacc


#7bbacc Border Color

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

This div border color is #7bbacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bbacc


Comments

No comments written yet.

Please login to write comment.