Color Hex Logo

#768dbb Color Hex

#768DBB
(118,141,187)
0 Favorites   0 Comments

Color spaces of #768dbb

RGB 118141187
HSL0.610.340.60
HSV220°37°73°
CMYK 0.370.250.00   0.27
XYZ25.965726.489250.7581
Yxy26.48920.25160.2566
Hunter Lab51.4677-0.0142-22.4452
CIE-Lab58.49853.3179-26.6305

#768dbb color RGB value is (118,141,187).

#768dbb hex color red value is 118, green value is 141 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #768dbb hue: 0.61 , saturation: 0.34 and the lightness value of 768dbb is 0.60.

The process color (four color CMYK) of #768dbb color hex is 0.37, 0.25, 0.00, 0.27. Web safe color of #768dbb is #6699cc. Color #768dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10001101 10111011
Octal 166 215 273
Decimal 118 141 187
Hex 76 8D BB

RGB Percentages of Color #768dbb

%26.46
%31.61
%41.93

CMYK Percentages of Color #768dbb

%37
%25
%0
%27

Triadic Colors of #768dbb

#768dbb #bb768d #8dbb76

Analogous Colors of #768dbb

#768dbb #8276bb #76b0bb

Monochromatic Colors of #768dbb

#768dbb

Complementary Color

#768dbb #bba476

#768dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#768dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#768dbb Color CSS Codes

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

#768dbb Text Font Color

<p style="color:#768dbb">Text here</p>

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


#768dbb Background Color

<div style="background-color:#768dbb">
Div content here</div>

This div background color is #768dbb


#768dbb Border Color

<div style="border:3px solid #768dbb">
Div here</div>

This div border color is #768dbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,141,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #768dbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #768dbb;
  -webkit-box-shadow: 1px 1px 3px 2px #768dbb;
  box-shadow:         1px 1px 3px 2px #768dbb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,141,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #768dbb


Comments

No comments written yet.

Please login to write comment.