Color Hex Logo

#679edc Color Hex

#679EDC
(103,158,220)
0 Favorites   0 Comments

Color spaces of #679edc

RGB 103158220
HSL0.590.630.63
HSV212°53°86°
CMYK 0.530.280.00   0.14
XYZ30.738632.504672.3641
Yxy32.50460.22670.2397
Hunter Lab57.0128-3.5337-35.3455
CIE-Lab63.7578-0.5798-37.0224

#679edc color RGB value is (103,158,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 10011110 11011100
Octal 147 236 334
Decimal 103 158 220
Hex 67 9E DC

RGB Percentages of Color #679edc

%21.41
%32.85
%45.74

CMYK Percentages of Color #679edc

%53
%28
%0
%14

Triadic Colors of #679edc

#679edc #dc679e #9edc67

Analogous Colors of #679edc

#679edc #6b67dc #67d9dc

Monochromatic Colors of #679edc

#679edc

Complementary Color

#679edc #dca567

#679edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#679edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#679edc Color CSS Codes

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

#679edc Text Font Color

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

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


#679edc Background Color

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

This div background color is #679edc


#679edc Border Color

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

This div border color is #679edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #679edc


Comments

No comments written yet.

Please login to write comment.