Color Hex Logo

#0769ad Color Hex

#0769AD
(7,105,173)
0 Favorites   0 Comments

Color spaces of #0769ad

RGB 7105173
HSL0.570.920.35
HSV205°96°68°
CMYK 0.960.390.00   0.32
XYZ12.682013.165541.4079
Yxy13.16550.18860.1958
Hunter Lab36.2843-1.1086-42.2632
CIE-Lab43.01161.1372-43.1568

#0769ad color RGB value is (7,105,173).

#0769ad hex color red value is 7, green value is 105 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #0769ad hue: 0.57 , saturation: 0.92 and the lightness value of 0769ad is 0.35.

The process color (four color CMYK) of #0769ad color hex is 0.96, 0.39, 0.00, 0.32. Web safe color of #0769ad is #006699. Color #0769ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01101001 10101101
Octal 7 151 255
Decimal 7 105 173
Hex 7 69 AD

RGB Percentages of Color #0769ad

%2.46
%36.84
%60.70

CMYK Percentages of Color #0769ad

%96
%39
%0
%32

Triadic Colors of #0769ad

#0769ad #ad0769 #69ad07

Analogous Colors of #0769ad

#0769ad #0716ad #07ad9e

Monochromatic Colors of #0769ad

#0769ad

Complementary Color

#0769ad #ad4b07

#0769ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0769ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#0769ad Color CSS Codes

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

#0769ad Text Font Color

<p style="color:#0769ad">Text here</p>

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


#0769ad Background Color

<div style="background-color:#0769ad">
Div content here</div>

This div background color is #0769ad


#0769ad Border Color

<div style="border:3px solid #0769ad">
Div here</div>

This div border color is #0769ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,105,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0769ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0769ad;
  -webkit-box-shadow: 1px 1px 3px 2px #0769ad;
  box-shadow:         1px 1px 3px 2px #0769ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,105,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0769ad


Comments

No comments written yet.

Please login to write comment.