Color Hex Logo

#679ead Color Hex

#679EAD
(103,158,173)
0 Favorites   0 Comments

Color spaces of #679ead

RGB 103158173
HSL0.540.300.54
HSV193°40°68°
CMYK 0.400.090.00   0.32
XYZ25.363230.354444.0574
Yxy30.35440.25420.3042
Hunter Lab55.0948-14.2425-8.8458
CIE-Lab61.9588-14.1262-13.5160

#679ead color RGB value is (103,158,173).

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

The process color (four color CMYK) of #679ead color hex is 0.40, 0.09, 0.00, 0.32. Web safe color of #679ead is #669999. Color #679ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10011110 10101101
Octal 147 236 255
Decimal 103 158 173
Hex 67 9E AD

RGB Percentages of Color #679ead

%23.73
%36.41
%39.86

CMYK Percentages of Color #679ead

%40
%9
%0
%32

Triadic Colors of #679ead

#679ead #ad679e #9ead67

Analogous Colors of #679ead

#679ead #677bad #67ad99

Monochromatic Colors of #679ead

#679ead

Complementary Color

#679ead #ad7667

#679ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#679ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#679ead Color CSS Codes

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

#679ead Text Font Color

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

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


#679ead Background Color

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

This div background color is #679ead


#679ead Border Color

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

This div border color is #679ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #679ead


Comments

No comments written yet.

Please login to write comment.