Color Hex Logo

#679dac Color Hex

#679DAC
(103,157,172)
0 Favorites   0 Comments

Color spaces of #679dac

RGB 103157172
HSL0.540.290.54
HSV193°40°67°
CMYK 0.400.090.00   0.33
XYZ25.096929.976143.4929
Yxy29.97610.25460.3041
Hunter Lab54.7504-13.9911-8.7738
CIE-Lab61.6336-13.8550-13.4422

#679dac color RGB value is (103,157,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 10011101 10101100
Octal 147 235 254
Decimal 103 157 172
Hex 67 9D AC

RGB Percentages of Color #679dac

%23.84
%36.34
%39.81

CMYK Percentages of Color #679dac

%40
%9
%0
%33

Triadic Colors of #679dac

#679dac #ac679d #9dac67

Analogous Colors of #679dac

#679dac #677bac #67ac99

Monochromatic Colors of #679dac

#679dac

Complementary Color

#679dac #ac7667

#679dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#679dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#679dac Color CSS Codes

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

#679dac Text Font Color

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

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


#679dac Background Color

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

This div background color is #679dac


#679dac Border Color

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

This div border color is #679dac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,157,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #679dac


Comments

No comments written yet.

Please login to write comment.