Color Hex Logo

#769abd Color Hex

#769ABD
(118,154,189)
0 Favorites   0 Comments

Color spaces of #769abd

RGB 118154189
HSL0.580.350.60
HSV210°38°74°
CMYK 0.380.190.00   0.26
XYZ28.212130.636952.5707
Yxy30.63690.25320.2750
Hunter Lab55.3506-5.8825-17.5668
CIE-Lab62.1999-3.5380-22.0731

#769abd color RGB value is (118,154,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10011010 10111101
Octal 166 232 275
Decimal 118 154 189
Hex 76 9A BD

RGB Percentages of Color #769abd

%25.60
%33.41
%41.00

CMYK Percentages of Color #769abd

%38
%19
%0
%26

Triadic Colors of #769abd

#769abd #bd769a #9abd76

Analogous Colors of #769abd

#769abd #7677bd #76bdbd

Monochromatic Colors of #769abd

#769abd

Complementary Color

#769abd #bd9976

#769abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#769abd Color CSS Codes

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

#769abd Text Font Color

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

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


#769abd Background Color

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

This div background color is #769abd


#769abd Border Color

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

This div border color is #769abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769abd


Comments

No comments written yet.

Please login to write comment.