Color Hex Logo

#769aca Color Hex

#769ACA
(118,154,202)
0 Favorites   0 Comments

Color spaces of #769aca

RGB 118154202
HSL0.600.440.63
HSV214°42°79°
CMYK 0.420.240.00   0.21
XYZ29.687531.227060.3398
Yxy31.22700.24480.2575
Hunter Lab55.8811-2.9618-24.9039
CIE-Lab62.69880.0273-28.5899

#769aca color RGB value is (118,154,202).

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

The process color (four color CMYK) of #769aca color hex is 0.42, 0.24, 0.00, 0.21. Web safe color of #769aca is #6699cc. Color #769aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10011010 11001010
Octal 166 232 312
Decimal 118 154 202
Hex 76 9A CA

RGB Percentages of Color #769aca

%24.89
%32.49
%42.62

CMYK Percentages of Color #769aca

%42
%24
%0
%21

Triadic Colors of #769aca

#769aca #ca769a #9aca76

Analogous Colors of #769aca

#769aca #7c76ca #76c4ca

Monochromatic Colors of #769aca

#769aca

Complementary Color

#769aca #caa676

#769aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#769aca Color CSS Codes

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

#769aca Text Font Color

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

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


#769aca Background Color

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

This div background color is #769aca


#769aca Border Color

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

This div border color is #769aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769aca


Comments

No comments written yet.

Please login to write comment.