Color Hex Logo

#769fbe Color Hex

#769FBE
(118,159,190)
0 Favorites   0 Comments

Color spaces of #769fbe

RGB 118159190
HSL0.570.360.60
HSV206°38°75°
CMYK 0.380.160.00   0.25
XYZ29.163632.365553.4253
Yxy32.36550.25370.2816
Hunter Lab56.8907-8.0551-15.8550
CIE-Lab63.6438-6.0535-20.4293

#769fbe color RGB value is (118,159,190).

#769fbe hex color red value is 118, green value is 159 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #769fbe hue: 0.57 , saturation: 0.36 and the lightness value of 769fbe is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10011111 10111110
Octal 166 237 276
Decimal 118 159 190
Hex 76 9F BE

RGB Percentages of Color #769fbe

%25.27
%34.05
%40.69

CMYK Percentages of Color #769fbe

%38
%16
%0
%25

Triadic Colors of #769fbe

#769fbe #be769f #9fbe76

Analogous Colors of #769fbe

#769fbe #767bbe #76beb9

Monochromatic Colors of #769fbe

#769fbe

Complementary Color

#769fbe #be9576

#769fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#769fbe Color CSS Codes

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

#769fbe Text Font Color

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

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


#769fbe Background Color

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

This div background color is #769fbe


#769fbe Border Color

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

This div border color is #769fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769fbe


Comments

No comments written yet.

Please login to write comment.