Color Hex Logo

#769ace Color Hex

#769ACE
(118,154,206)
0 Favorites   0 Comments

Color spaces of #769ace

RGB 118154206
HSL0.600.470.64
HSV215°43°81°
CMYK 0.430.250.00   0.19
XYZ30.167431.419062.8670
Yxy31.41900.24240.2525
Hunter Lab56.0527-2.0239-27.2611
CIE-Lab62.85981.1517-30.5745

#769ace color RGB value is (118,154,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10011010 11001110
Octal 166 232 316
Decimal 118 154 206
Hex 76 9A CE

RGB Percentages of Color #769ace

%24.69
%32.22
%43.10

CMYK Percentages of Color #769ace

%43
%25
%0
%19

Triadic Colors of #769ace

#769ace #ce769a #9ace76

Analogous Colors of #769ace

#769ace #7e76ce #76c6ce

Monochromatic Colors of #769ace

#769ace

Complementary Color

#769ace #ceaa76

#769ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#769ace Color CSS Codes

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

#769ace Text Font Color

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

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


#769ace Background Color

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

This div background color is #769ace


#769ace Border Color

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

This div border color is #769ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769ace


Comments

No comments written yet.

Please login to write comment.