Color Hex Logo

#679ecd Color Hex

#679ECD
(103,158,205)
0 Favorites   0 Comments

Color spaces of #679ecd

RGB 103158205
HSL0.580.500.60
HSV208°50°80°
CMYK 0.500.230.00   0.20
XYZ28.839831.745162.3650
Yxy31.74510.23460.2582
Hunter Lab56.3428-7.2323-26.1873
CIE-Lab63.1317-5.0986-29.6613

#679ecd color RGB value is (103,158,205).

#679ecd hex color red value is 103, green value is 158 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #679ecd hue: 0.58 , saturation: 0.50 and the lightness value of 679ecd is 0.60.

The process color (four color CMYK) of #679ecd color hex is 0.50, 0.23, 0.00, 0.20. Web safe color of #679ecd is #6699cc. Color #679ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10011110 11001101
Octal 147 236 315
Decimal 103 158 205
Hex 67 9E CD

RGB Percentages of Color #679ecd

%22.10
%33.91
%43.99

CMYK Percentages of Color #679ecd

%50
%23
%0
%20

Triadic Colors of #679ecd

#679ecd #cd679e #9ecd67

Analogous Colors of #679ecd

#679ecd #676bcd #67cdc9

Monochromatic Colors of #679ecd

#679ecd

Complementary Color

#679ecd #cd9667

#679ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#679ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#679ecd Color CSS Codes

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

#679ecd Text Font Color

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

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


#679ecd Background Color

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

This div background color is #679ecd


#679ecd Border Color

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

This div border color is #679ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #679ecd


Comments

No comments written yet.

Please login to write comment.