Color Hex Logo

#769bdf Color Hex

#769BDF
(118,155,223)
0 Favorites   0 Comments

Color spaces of #769bdf

RGB 118155223
HSL0.610.620.67
HSV219°47°87°
CMYK 0.470.300.00   0.13
XYZ32.511832.622074.3951
Yxy32.62200.23300.2338
Hunter Lab57.11571.6546-37.2463
CIE-Lab63.85375.4832-38.4748

#769bdf color RGB value is (118,155,223).

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

The process color (four color CMYK) of #769bdf color hex is 0.47, 0.30, 0.00, 0.13. Web safe color of #769bdf is #6699cc. Color #769bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10011011 11011111
Octal 166 233 337
Decimal 118 155 223
Hex 76 9B DF

RGB Percentages of Color #769bdf

%23.79
%31.25
%44.96

CMYK Percentages of Color #769bdf

%47
%30
%0
%13

Triadic Colors of #769bdf

#769bdf #df769b #9bdf76

Analogous Colors of #769bdf

#769bdf #8676df #76d0df

Monochromatic Colors of #769bdf

#769bdf

Complementary Color

#769bdf #dfba76

#769bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#769bdf Color CSS Codes

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

#769bdf Text Font Color

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

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


#769bdf Background Color

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

This div background color is #769bdf


#769bdf Border Color

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

This div border color is #769bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769bdf


Comments

No comments written yet.

Please login to write comment.