Color Hex Logo

#679aeb Color Hex

#679AEB
(103,154,235)
0 Favorites   0 Comments

Color spaces of #679aeb

RGB 103154235
HSL0.600.770.66
HSV217°56°92°
CMYK 0.560.340.00   0.08
XYZ32.144531.992983.0783
Yxy31.99290.21830.2173
Hunter Lab56.56232.4581-47.4912
CIE-Lab63.33706.3883-45.9684

#679aeb color RGB value is (103,154,235).

#679aeb hex color red value is 103, green value is 154 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #679aeb hue: 0.60 , saturation: 0.77 and the lightness value of 679aeb is 0.66.

The process color (four color CMYK) of #679aeb color hex is 0.56, 0.34, 0.00, 0.08. Web safe color of #679aeb is #6699ff. Color #679aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10011010 11101011
Octal 147 232 353
Decimal 103 154 235
Hex 67 9A EB

RGB Percentages of Color #679aeb

%20.93
%31.30
%47.76

CMYK Percentages of Color #679aeb

%56
%34
%0
%8

Triadic Colors of #679aeb

#679aeb #eb679a #9aeb67

Analogous Colors of #679aeb

#679aeb #7667eb #67dceb

Monochromatic Colors of #679aeb

#679aeb

Complementary Color

#679aeb #ebb867

#679aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#679aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#679aeb Color CSS Codes

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

#679aeb Text Font Color

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

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


#679aeb Background Color

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

This div background color is #679aeb


#679aeb Border Color

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

This div border color is #679aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #679aeb


Comments

No comments written yet.

Please login to write comment.