color codes Logo

#688adc color codes

#688ADC
(104,138,220)
0 Favorites   0 Comments

Color spaces of #688adc

RGB 104138220
HSL0.620.620.64
HSV222°53°86°
CMYK 0.530.370.00   0.14
XYZ27.715726.287371.3233
Yxy26.28730.22110.2098
Hunter Lab51.27116.7675-46.5885
CIE-Lab58.308811.2665-45.5764

#688adc color RGB value is (104,138,220).

#688adc hex color red value is 104, green value is 138 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #688adc hue: 0.62 , saturation: 0.62 and the lightness value of 688adc is 0.64.

The process color (four color CMYK) of #688adc color code is 0.53, 0.37, 0.00, 0.14. Web safe color of #688adc is #6699cc. Color #688adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10001010 11011100
Octal 150 212 334
Decimal 104 138 220
Hex 68 8A DC

RGB Percentages of Color #688adc

%22.51
%29.87
%47.62

CMYK Percentages of Color #688adc

%53
%37
%0
%14

Triadic Colors of #688adc

#688adc #dc688a #8adc68

Analogous Colors of #688adc

#688adc #8068dc #68c4dc

Monochromatic Colors of #688adc

#688adc

Complementary Color

#688adc #dcba68

#688adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#688adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#688adc Color CSS Codes

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

#688adc Text Font Color

<p style="color:#688adc">Text here</p>

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


#688adc Background Color

<div style="background-color:#688adc">
Div content here</div>

This div background color is #688adc


#688adc Border Color

<div style="border:3px solid #688adc">
Div here</div>

This div border color is #688adc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,138,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #688adc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #688adc;
  -webkit-box-shadow: 1px 1px 3px 2px #688adc;
  box-shadow:         1px 1px 3px 2px #688adc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #688adc


Comments

No comments written yet.

Please login to write comment.