Color Hex Logo

#769abe Color Hex

#769ABE
(118,154,190)
0 Favorites   0 Comments

Color spaces of #769abe

RGB 118154190
HSL0.580.360.60
HSV210°38°75°
CMYK 0.380.190.00   0.25
XYZ28.321130.680553.1444
Yxy30.68050.25250.2736
Hunter Lab55.3900-5.6648-18.1133
CIE-Lab62.2370-3.2688-22.5779

#769abe color RGB value is (118,154,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10011010 10111110
Octal 166 232 276
Decimal 118 154 190
Hex 76 9A BE

RGB Percentages of Color #769abe

%25.54
%33.33
%41.13

CMYK Percentages of Color #769abe

%38
%19
%0
%25

Triadic Colors of #769abe

#769abe #be769a #9abe76

Analogous Colors of #769abe

#769abe #7676be #76bebe

Monochromatic Colors of #769abe

#769abe

Complementary Color

#769abe #be9a76

#769abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#769abe Color CSS Codes

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

#769abe Text Font Color

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

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


#769abe Background Color

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

This div background color is #769abe


#769abe Border Color

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

This div border color is #769abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769abe


Comments

No comments written yet.

Please login to write comment.