Color Hex Logo

#769dbf Color Hex

#769DBF
(118,157,191)
0 Favorites   0 Comments

Color spaces of #769dbf

RGB 118157191
HSL0.580.360.61
HSV208°38°75°
CMYK 0.380.180.00   0.25
XYZ28.932231.727153.8893
Yxy31.72710.25260.2770
Hunter Lab56.3268-6.8856-17.2955
CIE-Lab63.1167-4.6757-21.7935

#769dbf color RGB value is (118,157,191).

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

The process color (four color CMYK) of #769dbf color hex is 0.38, 0.18, 0.00, 0.25. Web safe color of #769dbf is #6699cc. Color #769dbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10011101 10111111
Octal 166 235 277
Decimal 118 157 191
Hex 76 9D BF

RGB Percentages of Color #769dbf

%25.32
%33.69
%40.99

CMYK Percentages of Color #769dbf

%38
%18
%0
%25

Triadic Colors of #769dbf

#769dbf #bf769d #9dbf76

Analogous Colors of #769dbf

#769dbf #7679bf #76bfbd

Monochromatic Colors of #769dbf

#769dbf

Complementary Color

#769dbf #bf9876

#769dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#769dbf Color CSS Codes

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

#769dbf Text Font Color

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

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


#769dbf Background Color

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

This div background color is #769dbf


#769dbf Border Color

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

This div border color is #769dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769dbf


Comments

No comments written yet.

Please login to write comment.