Color Hex Logo

#699dad Color Hex

#699DAD
(105,157,173)
0 Favorites   0 Comments

Color spaces of #699dad

RGB 105157173
HSL0.540.290.55
HSV194°39°68°
CMYK 0.390.090.00   0.32
XYZ25.425530.134344.0116
Yxy30.13430.25530.3026
Hunter Lab54.8947-13.3902-9.1092
CIE-Lab61.7699-13.0487-13.7904

#699dad color RGB value is (105,157,173).

#699dad hex color red value is 105, green value is 157 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #699dad hue: 0.54 , saturation: 0.29 and the lightness value of 699dad is 0.55.

The process color (four color CMYK) of #699dad color hex is 0.39, 0.09, 0.00, 0.32. Web safe color of #699dad is #669999. Color #699dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10011101 10101101
Octal 151 235 255
Decimal 105 157 173
Hex 69 9D AD

RGB Percentages of Color #699dad

%24.14
%36.09
%39.77

CMYK Percentages of Color #699dad

%39
%9
%0
%32

Triadic Colors of #699dad

#699dad #ad699d #9dad69

Analogous Colors of #699dad

#699dad #697bad #69ad9b

Monochromatic Colors of #699dad

#699dad

Complementary Color

#699dad #ad7969

#699dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#699dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#699dad Color CSS Codes

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

#699dad Text Font Color

<p style="color:#699dad">Text here</p>

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


#699dad Background Color

<div style="background-color:#699dad">
Div content here</div>

This div background color is #699dad


#699dad Border Color

<div style="border:3px solid #699dad">
Div here</div>

This div border color is #699dad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,157,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 #699dad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #699dad


Comments

No comments written yet.

Please login to write comment.