Color Hex Logo

#689ada Color Hex

#689ADA
(104,154,218)
0 Favorites   0 Comments

Color spaces of #689ada

RGB 104154218
HSL0.590.610.63
HSV214°52°85°
CMYK 0.520.290.00   0.15
XYZ29.919431.116270.7588
Yxy31.11620.22700.2361
Hunter Lab55.7819-1.8773-36.1615
CIE-Lab62.60561.3100-37.7086

#689ada color RGB value is (104,154,218).

#689ada hex color red value is 104, green value is 154 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #689ada hue: 0.59 , saturation: 0.61 and the lightness value of 689ada is 0.63.

The process color (four color CMYK) of #689ada color hex is 0.52, 0.29, 0.00, 0.15. Web safe color of #689ada is #6699cc. Color #689ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10011010 11011010
Octal 150 232 332
Decimal 104 154 218
Hex 68 9A DA

RGB Percentages of Color #689ada

%21.85
%32.35
%45.80

CMYK Percentages of Color #689ada

%52
%29
%0
%15

Triadic Colors of #689ada

#689ada #da689a #9ada68

Analogous Colors of #689ada

#689ada #6f68da #68d3da

Monochromatic Colors of #689ada

#689ada

Complementary Color

#689ada #daa868

#689ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#689ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#689ada Color CSS Codes

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

#689ada Text Font Color

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

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


#689ada Background Color

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

This div background color is #689ada


#689ada Border Color

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

This div border color is #689ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #689ada


Comments

No comments written yet.

Please login to write comment.