Color Hex Logo

#689efa Color Hex

#689EFA
(104,158,250)
0 Favorites   0 Comments

Color spaces of #689efa

RGB 104158250
HSL0.610.940.69
HSV218°58°98°
CMYK 0.580.370.00   0.02
XYZ35.191134.298995.2081
Yxy34.29890.21370.2083
Hunter Lab58.56534.7691-55.3906
CIE-Lab65.19919.0371-51.2514

#689efa color RGB value is (104,158,250).

#689efa hex color red value is 104, green value is 158 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #689efa hue: 0.61 , saturation: 0.94 and the lightness value of 689efa is 0.69.

The process color (four color CMYK) of #689efa color hex is 0.58, 0.37, 0.00, 0.02. Web safe color of #689efa is #6699ff. Color #689efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10011110 11111010
Octal 150 236 372
Decimal 104 158 250
Hex 68 9E FA

RGB Percentages of Color #689efa

%20.31
%30.86
%48.83

CMYK Percentages of Color #689efa

%58
%37
%0
%2

Triadic Colors of #689efa

#689efa #fa689e #9efa68

Analogous Colors of #689efa

#689efa #7b68fa #68e7fa

Monochromatic Colors of #689efa

#689efa

Complementary Color

#689efa #fac468

#689efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#689efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#689efa Color CSS Codes

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

#689efa Text Font Color

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

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


#689efa Background Color

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

This div background color is #689efa


#689efa Border Color

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

This div border color is #689efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #689efa

Related Colors


Comments

No comments written yet.

Please login to write comment.