Color Hex Logo

#689da5 Color Hex

#689DA5
(104,157,165)
0 Favorites   0 Comments

Color spaces of #689da5

RGB 104157165
HSL0.520.250.53
HSV188°37°65°
CMYK 0.370.050.00   0.35
XYZ24.557429.773640.0499
Yxy29.77360.26020.3155
Hunter Lab54.5652-15.1541-5.3222
CIE-Lab61.4584-15.4150-9.7503

#689da5 color RGB value is (104,157,165).

#689da5 hex color red value is 104, green value is 157 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #689da5 hue: 0.52 , saturation: 0.25 and the lightness value of 689da5 is 0.53.

The process color (four color CMYK) of #689da5 color hex is 0.37, 0.05, 0.00, 0.35. Web safe color of #689da5 is #669999. Color #689da5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10011101 10100101
Octal 150 235 245
Decimal 104 157 165
Hex 68 9D A5

RGB Percentages of Color #689da5

%24.41
%36.85
%38.73

CMYK Percentages of Color #689da5

%37
%5
%0
%35

Triadic Colors of #689da5

#689da5 #a5689d #9da568

Analogous Colors of #689da5

#689da5 #687fa5 #68a58f

Monochromatic Colors of #689da5

#689da5

Complementary Color

#689da5 #a57068

#689da5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#689da5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#689da5 Color CSS Codes

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

#689da5 Text Font Color

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

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


#689da5 Background Color

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

This div background color is #689da5


#689da5 Border Color

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

This div border color is #689da5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #689da5


Comments

No comments written yet.

Please login to write comment.