Color Hex Logo

#679dad Color Hex

#679DAD
(103,157,173)
0 Favorites   0 Comments

Color spaces of #679dad

RGB 103157173
HSL0.540.300.54
HSV194°40°68°
CMYK 0.400.090.00   0.32
XYZ25.193330.014644.0007
Yxy30.01460.25390.3025
Hunter Lab54.7856-13.7911-9.2685
CIE-Lab61.6668-13.5880-13.9559

#679dad color RGB value is (103,157,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 10011101 10101101
Octal 147 235 255
Decimal 103 157 173
Hex 67 9D AD

RGB Percentages of Color #679dad

%23.79
%36.26
%39.95

CMYK Percentages of Color #679dad

%40
%9
%0
%32

Triadic Colors of #679dad

#679dad #ad679d #9dad67

Analogous Colors of #679dad

#679dad #677aad #67ad9a

Monochromatic Colors of #679dad

#679dad

Complementary Color

#679dad #ad7767

#679dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#679dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#679dad Color CSS Codes

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

#679dad Text Font Color

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

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


#679dad Background Color

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

This div background color is #679dad


#679dad Border Color

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

This div border color is #679dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #679dad


Comments

No comments written yet.

Please login to write comment.