Color Hex Logo

#689eea Color Hex

#689EEA
(104,158,234)
0 Favorites   0 Comments

Color spaces of #689eea

RGB 104158234
HSL0.600.760.66
HSV215°56°92°
CMYK 0.560.320.00   0.08
XYZ32.787133.337382.5486
Yxy33.33730.22050.2242
Hunter Lab57.73850.3199-44.3499
CIE-Lab64.43313.9699-43.6894

#689eea color RGB value is (104,158,234).

#689eea hex color red value is 104, green value is 158 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #689eea hue: 0.60 , saturation: 0.76 and the lightness value of 689eea is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10011110 11101010
Octal 150 236 352
Decimal 104 158 234
Hex 68 9E EA

RGB Percentages of Color #689eea

%20.97
%31.85
%47.18

CMYK Percentages of Color #689eea

%56
%32
%0
%8

Triadic Colors of #689eea

#689eea #ea689e #9eea68

Analogous Colors of #689eea

#689eea #7368ea #68dfea

Monochromatic Colors of #689eea

#689eea

Complementary Color

#689eea #eab468

#689eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#689eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#689eea Color CSS Codes

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

#689eea Text Font Color

<p style="color:#689eea">Text here</p>

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


#689eea Background Color

<div style="background-color:#689eea">
Div content here</div>

This div background color is #689eea


#689eea Border Color

<div style="border:3px solid #689eea">
Div here</div>

This div border color is #689eea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,158,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #689eea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #689eea;
  -webkit-box-shadow: 1px 1px 3px 2px #689eea;
  box-shadow:         1px 1px 3px 2px #689eea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #689eea


Comments

No comments written yet.

Please login to write comment.