Color Hex Logo

#769bdb Color Hex

#769BDB
(118,155,219)
0 Favorites   0 Comments

Color spaces of #769bdb

RGB 118155219
HSL0.610.580.66
HSV218°46°86°
CMYK 0.460.290.00   0.14
XYZ31.978732.408771.5879
Yxy32.40870.23520.2383
Hunter Lab56.92860.6442-34.7073
CIE-Lab63.67924.3133-36.5314

#769bdb color RGB value is (118,155,219).

#769bdb hex color red value is 118, green value is 155 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #769bdb hue: 0.61 , saturation: 0.58 and the lightness value of 769bdb is 0.66.

The process color (four color CMYK) of #769bdb color hex is 0.46, 0.29, 0.00, 0.14. Web safe color of #769bdb is #6699cc. Color #769bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10011011 11011011
Octal 166 233 333
Decimal 118 155 219
Hex 76 9B DB

RGB Percentages of Color #769bdb

%23.98
%31.50
%44.51

CMYK Percentages of Color #769bdb

%46
%29
%0
%14

Triadic Colors of #769bdb

#769bdb #db769b #9bdb76

Analogous Colors of #769bdb

#769bdb #8476db #76cedb

Monochromatic Colors of #769bdb

#769bdb

Complementary Color

#769bdb #dbb676

#769bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#769bdb Color CSS Codes

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

#769bdb Text Font Color

<p style="color:#769bdb">Text here</p>

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


#769bdb Background Color

<div style="background-color:#769bdb">
Div content here</div>

This div background color is #769bdb


#769bdb Border Color

<div style="border:3px solid #769bdb">
Div here</div>

This div border color is #769bdb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,155,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #769bdb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #769bdb;
  -webkit-box-shadow: 1px 1px 3px 2px #769bdb;
  box-shadow:         1px 1px 3px 2px #769bdb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769bdb


Comments

No comments written yet.

Please login to write comment.