Color Hex Logo

#769ade Color Hex

#769ADE
(118,154,222)
0 Favorites   0 Comments

Color spaces of #769ade

RGB 118154222
HSL0.610.610.67
HSV219°47°87°
CMYK 0.470.310.00   0.13
XYZ32.211632.236773.6318
Yxy32.23670.23330.2335
Hunter Lab56.77741.9083-37.1461
CIE-Lab63.53805.7641-38.4145

#769ade color RGB value is (118,154,222).

#769ade hex color red value is 118, green value is 154 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #769ade hue: 0.61 , saturation: 0.61 and the lightness value of 769ade is 0.67.

The process color (four color CMYK) of #769ade color hex is 0.47, 0.31, 0.00, 0.13. Web safe color of #769ade is #6699cc. Color #769ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10011010 11011110
Octal 166 232 336
Decimal 118 154 222
Hex 76 9A DE

RGB Percentages of Color #769ade

%23.89
%31.17
%44.94

CMYK Percentages of Color #769ade

%47
%31
%0
%13

Triadic Colors of #769ade

#769ade #de769a #9ade76

Analogous Colors of #769ade

#769ade #8676de #76cede

Monochromatic Colors of #769ade

#769ade

Complementary Color

#769ade #deba76

#769ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#769ade Color CSS Codes

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

#769ade Text Font Color

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

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


#769ade Background Color

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

This div background color is #769ade


#769ade Border Color

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

This div border color is #769ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769ade


Comments

No comments written yet.

Please login to write comment.