Color Hex Logo

#679ad4 Color Hex

#679AD4
(103,154,212)
0 Favorites   0 Comments

Color spaces of #679ad4

RGB 103154212
HSL0.590.560.62
HSV212°51°83°
CMYK 0.510.270.00   0.17
XYZ29.032830.748266.6922
Yxy30.74820.22960.2431
Hunter Lab55.4511-3.5812-32.4936
CIE-Lab62.2945-0.7424-34.8606

#679ad4 color RGB value is (103,154,212).

#679ad4 hex color red value is 103, green value is 154 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #679ad4 hue: 0.59 , saturation: 0.56 and the lightness value of 679ad4 is 0.62.

The process color (four color CMYK) of #679ad4 color hex is 0.51, 0.27, 0.00, 0.17. Web safe color of #679ad4 is #6699cc. Color #679ad4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10011010 11010100
Octal 147 232 324
Decimal 103 154 212
Hex 67 9A D4

RGB Percentages of Color #679ad4

%21.96
%32.84
%45.20

CMYK Percentages of Color #679ad4

%51
%27
%0
%17

Triadic Colors of #679ad4

#679ad4 #d4679a #9ad467

Analogous Colors of #679ad4

#679ad4 #6b67d4 #67d1d4

Monochromatic Colors of #679ad4

#679ad4

Complementary Color

#679ad4 #d4a167

#679ad4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#679ad4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#679ad4 Color CSS Codes

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

#679ad4 Text Font Color

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

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


#679ad4 Background Color

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

This div background color is #679ad4


#679ad4 Border Color

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

This div border color is #679ad4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #679ad4


Comments

No comments written yet.

Please login to write comment.