crispedge.com

Color picker

Loading...

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

#708fab hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #708fab Color code in RGB color code model is created after adding 43.92% red color, 56.08% green color and 67.06% blue color. Hex #708fab Color code in CMYK color (process color) code model is generated after subtraction of 35% cyan, 16% magenta, 0% yellow and 33% black.

Hex #708fab 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 #708fab color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code708fab#708fab
RGB Decimal112, 143, 171rgb(112, 143, 171)
RGB Percent44%, 56%, 67%rgb(44%, 56%, 67%)
CSS RGBa112, 143, 171,1rgba(112,143,171,1)
CMYK Modelcmyk(35%,16%,0%,33%)
HSL Color Space208,26% ,55%hsl(208,26% ,55%)
HSV Color Space208°, 35%, 67%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011100001000111110101011
Octal160217253
Decimal112143171
Hex708fab

Different shades of #708fab color code.

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

Light Shade of #708fab
#90a8be
Dark Shade of #708fab
#567692
Saturated Shade of #708fab
#6590b6
Desaturated Shade of #708fab
#7b8ea0
Grey scale Shade of #708fab
#8d8d8d
Brighten Shade
#89a8c4
Most Readable Shade
#000000

Shades of #708fab color code

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

#708fab
#637f98
#576f85
#4a5f72
#3e4f5f
#313f4c
#252f39
#181f26
#0c0f13
#000000

Similar Color like #708fab color

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

#7190ac
#7291ad
#7392ae
#7493af
#7594b0
#7695b1
#7796b2
#7897b3
#7998b4
#7a99b5
#7b9ab6
#7c9bb7
#7d9cb8
#7e9db9
#6f8eaa
#6e8da9
#6d8ca8
#6c8ba7
#6b8aa6
#6a89a5
#6988a4
#6887a3
#6786a2
#6685a1
#6584a0
#64839f
#63829e
#62819d

Monochromatic Color with #708fab

#708fab
#8cb3d5
#010101
#1c242b
#384856
#546b80

Tints of #708fab Color

#708fab
#7f9bb4
#8fa7bd
#9fb4c7
#afc0d0
#bfcdd9
#cfd9e3
#dfe6ec
#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

#708fab
#ab8c70

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

Split Complementary

#708fab
#ab7072
#aba970

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

Analogous Color

#70a7ab
#709bab
#708fab
#7083ab
#7077ab

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

#708fab
#ab708f
#8fab70

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

#708fab
#a970ab
#ab8c70
#72ab70

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

#708fab
#ab8c70
#aba970
#7072ab

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 #708fab 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.

#708fab Color Code Preview on Black Background Color

This is how #708fab Color will look on black background color. Color contrast ratio is 6.21

#708fab in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#708fab color code is use for CSS Background Color

Background color for the above div is #708fab

HTML with inline CSS

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

#708fab color code is use for CSS Border Color

CSS Border color for the above div is #708fab

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#708fab hex Color code used as CSS color Codes

Example CSS Class for usage

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

#708fab Color code Preview on White Background

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

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 #708fab; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #708fab; }

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(112,143,171,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(171,140,112,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(112,143,171,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.