Color Hex Logo

#689aec Color Hex

#689AEC
(104,154,236)
0 Favorites   0 Comments

Color spaces of #689aec

RGB 104154236
HSL0.600.780.67
HSV217°56°93°
CMYK 0.560.350.00   0.07
XYZ32.404832.110483.8469
Yxy32.11040.21840.2164
Hunter Lab56.66602.9107-48.0633
CIE-Lab63.43406.9080-46.3630

#689aec color RGB value is (104,154,236).

#689aec hex color red value is 104, green value is 154 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #689aec hue: 0.60 , saturation: 0.78 and the lightness value of 689aec is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10011010 11101100
Octal 150 232 354
Decimal 104 154 236
Hex 68 9A EC

RGB Percentages of Color #689aec

%21.05
%31.17
%47.77

CMYK Percentages of Color #689aec

%56
%35
%0
%7

Triadic Colors of #689aec

#689aec #ec689a #9aec68

Analogous Colors of #689aec

#689aec #7868ec #68dcec

Monochromatic Colors of #689aec

#689aec

Complementary Color

#689aec #ecba68

#689aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#689aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#689aec Color CSS Codes

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

#689aec Text Font Color

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

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


#689aec Background Color

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

This div background color is #689aec


#689aec Border Color

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

This div border color is #689aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #689aec


Comments

No comments written yet.

Please login to write comment.