crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#708cad hex color - Blue - Cool color - Information

#708cad hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #708cad Color code in RGB color code model is created after adding 43.92% red color, 54.9% green color and 67.84% blue color. Hex #708cad Color code in CMYK color (process color) code model is generated after subtraction of 35% cyan, 19% magenta, 0% yellow and 32% black.

Hex #708cad color code is between #7788aa web safe hex color code and #6699bb web safe hex color code. #7788aa is the nearest web safe color code. You can see here many more shades of #708cad color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code708cad#708cad
RGB Decimal112, 140, 173rgb(112, 140, 173)
RGB Percent44%, 55%, 68%rgb(44%, 55%, 68%)
CSS RGBa112, 140, 173,1rgba(112,140,173,1)
CMYK Modelcmyk(35%,19%,0%,32%)
HSL Color Space212,27% ,56%hsl(212,27% ,56%)
HSV Color Space212°, 35%, 68%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011100001000110010101101
Octal160214255
Decimal112140173
Hex708cad

Different shades of #708cad color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #708cad
#90a6c0
Dark Shade of #708cad
#557295
Saturated Shade of #708cad
#658bb8
Desaturated Shade of #708cad
#7b8da2
Grey scale Shade of #708cad
#8e8e8e
Brighten Shade
#89a5c6
Most Readable Shade
#000000

Shades of #708cad color code

Generate more color scales with scales (color stack) generator.

#708cad
#637c99
#576c86
#4a5d73
#3e4d60
#313e4c
#252e39
#181f26
#0c0f13
#000000

Similar Color like #708cad color

Find visually similar hex color codes nearing to #708cad hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#718dae
#728eaf
#738fb0
#7490b1
#7591b2
#7692b3
#7793b4
#7894b5
#7995b6
#7a96b7
#7b97b8
#7c98b9
#7d99ba
#7e9abb
#6f8bac
#6e8aab
#6d89aa
#6c88a9
#6b87a8
#6a86a7
#6985a6
#6884a5
#6783a4
#6682a3
#6581a2
#6480a1
#637fa0
#627e9f

Monochromatic Color with #708cad

#708cad
#8baed7
#020203
#1d252d
#394758
#546a82

Tints of #708cad Color

#708cad
#7f98b6
#8fa5bf
#9fb2c8
#afbfd1
#bfcbda
#cfd8e3
#dfe5ec
#eff2f5
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#708cad
#ad9170

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#708cad
#ad7370
#aaad70

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#70a4ad
#7098ad
#708cad
#7080ad
#7074ad

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#708cad
#ad708c
#8cad70

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#708cad
#ad70aa
#ad9170
#70ad72

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#708cad
#ad9170
#aaad70
#7370ad

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #708cad Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#708cad Color Code Preview on Black Background Color

This is how #708cad Color will look on black background color. Color contrast ratio is 6.04

#708cad in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#708cad">Your Example Paragraph content text in with font color #708cad </p>

Your Example Paragraph content text in with font color #708cad

HTML with inline CSS

<div style="color:#708cad">Your Paragraph text in with font color #708cad </div>

Your Example Paragraph content text in with font color #708cad

#708cad color code is use for CSS Background Color

Background color for the above div is #708cad

HTML with inline CSS

<div style="background-color:#708cad;"></div>

#708cad color code is use for CSS Border Color

CSS Border color for the above div is #708cad

HTML with inline CSS

<div style="border:5px solid #708cad;"></div>

CSS Border Left color for the above div is #708cad

HTML with inline CSS

<div style="border-left:5px solid #708cad;"></div>

CSS Border Right color for the above div is #708cad

HTML with inline CSS

<div style="border-right:5px solid #708cad;"></div>

CSS Border Bottom color for the above div is #708cad

HTML with inline CSS

<div style="border-bottom:5px solid #708cad;"></div>

CSS Border Top color for the above div is #708cad

HTML with inline CSS

<div style="border-top:5px solid #708cad;"></div>

#708cad hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#708cad; } .examplecolorclass {color:#708cad; } .examplebordercolor {border:3px solid #708cad; }

#708cad Color code Preview on White Background

This is how #708cad Color code will look on white background color. Color contrast ratio is 3.47

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #708cad; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #708cad; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.