Color Hex Logo

#679efd Color Hex

#679EFD
(103,158,253)
0 Favorites   0 Comments

Color spaces of #679efd

RGB 103158253
HSL0.610.970.70
HSV218°59°99°
CMYK 0.590.380.00   0.01
XYZ35.550034.429197.7003
Yxy34.42910.21200.2053
Hunter Lab58.67635.4636-57.6487
CIE-Lab65.30179.8112-52.7289

#679efd color RGB value is (103,158,253).

#679efd hex color red value is 103, green value is 158 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #679efd hue: 0.61 , saturation: 0.97 and the lightness value of 679efd is 0.70.

The process color (four color CMYK) of #679efd color hex is 0.59, 0.38, 0.00, 0.01. Web safe color of #679efd is #6699ff. Color #679efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10011110 11111101
Octal 147 236 375
Decimal 103 158 253
Hex 67 9E FD

RGB Percentages of Color #679efd

%20.04
%30.74
%49.22

CMYK Percentages of Color #679efd

%59
%38
%0
%1

Triadic Colors of #679efd

#679efd #fd679e #9efd67

Analogous Colors of #679efd

#679efd #7b67fd #67e9fd

Monochromatic Colors of #679efd

#679efd

Complementary Color

#679efd #fdc667

#679efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#679efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#679efd Color CSS Codes

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

#679efd Text Font Color

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

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


#679efd Background Color

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

This div background color is #679efd


#679efd Border Color

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

This div border color is #679efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #679efd


Comments

No comments written yet.

Please login to write comment.