Color Hex Logo

#679adc Color Hex

#679ADC
(103,154,220)
0 Favorites   0 Comments

Color spaces of #679adc

RGB 103154220
HSL0.590.630.63
HSV214°53°86°
CMYK 0.530.300.00   0.14
XYZ30.067431.162172.1403
Yxy31.16210.22540.2337
Hunter Lab55.8230-1.5466-37.5446
CIE-Lab62.64421.7034-38.7621

#679adc color RGB value is (103,154,220).

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

The process color (four color CMYK) of #679adc color hex is 0.53, 0.30, 0.00, 0.14. Web safe color of #679adc is #6699cc. Color #679adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10011010 11011100
Octal 147 232 334
Decimal 103 154 220
Hex 67 9A DC

RGB Percentages of Color #679adc

%21.59
%32.29
%46.12

CMYK Percentages of Color #679adc

%53
%30
%0
%14

Triadic Colors of #679adc

#679adc #dc679a #9adc67

Analogous Colors of #679adc

#679adc #6f67dc #67d5dc

Monochromatic Colors of #679adc

#679adc

Complementary Color

#679adc #dca967

#679adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#679adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#679adc Color CSS Codes

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

#679adc Text Font Color

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

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


#679adc Background Color

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

This div background color is #679adc


#679adc Border Color

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

This div border color is #679adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #679adc


Comments

No comments written yet.

Please login to write comment.