Color Hex Logo

#769abb Color Hex

#769ABB
(118,154,187)
0 Favorites   0 Comments

Color spaces of #769abb

RGB 118154187
HSL0.580.340.60
HSV209°37°73°
CMYK 0.370.180.00   0.27
XYZ27.996530.550651.4350
Yxy30.55060.25460.2778
Hunter Lab55.2726-6.3138-16.4827
CIE-Lab62.1264-4.0730-21.0618

#769abb color RGB value is (118,154,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10011010 10111011
Octal 166 232 273
Decimal 118 154 187
Hex 76 9A BB

RGB Percentages of Color #769abb

%25.71
%33.55
%40.74

CMYK Percentages of Color #769abb

%37
%18
%0
%27

Triadic Colors of #769abb

#769abb #bb769a #9abb76

Analogous Colors of #769abb

#769abb #7678bb #76bbba

Monochromatic Colors of #769abb

#769abb

Complementary Color

#769abb #bb9776

#769abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#769abb Color CSS Codes

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

#769abb Text Font Color

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

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


#769abb Background Color

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

This div background color is #769abb


#769abb Border Color

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

This div border color is #769abb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,154,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 #769abb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769abb


Comments

No comments written yet.

Please login to write comment.