crispedge.com

Color picker

Loading...

#0896ae hex color - Blue - Cool color - Information

#0896ae hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #0896ae Color code in RGB color code model is created after adding 3.14% red color, 58.82% green color and 68.24% blue color. Hex #0896ae Color code in CMYK color (process color) code model is generated after subtraction of 95% cyan, 14% magenta, 0% yellow and 32% black.

Hex #0896ae color code is between #0099aa web safe hex color code and #0088bb web safe hex color code. #0099aa is the nearest web safe color code. You can see here many more shades of #0896ae color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code0896ae#0896ae
RGB Decimal8, 150, 174rgb(8, 150, 174)
RGB Percent3%, 59%, 68%rgb(3%, 59%, 68%)
CSS RGBa8, 150, 174,1rgba(8,150,174,1)
CMYK Modelcmyk(95%,14%,0%,32%)
HSL Color Space189,91% ,36%hsl(189,91% ,36%)
HSV Color Space189°, 95%, 68%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000010001001011010101110
Octal10226256
Decimal8150174
Hex0896ae

Different shades of #0896ae color code.

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

Light Shade of #0896ae
#0ac0df
Dark Shade of #0896ae
#066c7d
Saturated Shade of #0896ae
#009cb6
Desaturated Shade of #0896ae
#1190a5
Grey scale Shade of #0896ae
#5b5b5b
Brighten Shade
#21afc7
Most Readable Shade
#000000

Shades of #0896ae color code

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

#0896ae
#07859a
#067487
#056474
#045360
#03424d
#02323a
#012126
#001013
#000000

Similar Color like #0896ae color

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

#0997af
#0a98b0
#0b99b1
#0c9ab2
#0d9bb3
#0e9cb4
#0f9db5
#109eb6
#119fb7
#12a0b8
#13a1b9
#14a2ba
#15a3bb
#16a4bc
#0795ad
#0694ac
#0593ab
#0492aa
#0391a9
#0290a8
#018fa7
#008ea6
#008da5
#008ca4
#008ba3
#008aa2
#0089a1
#0088a0

Monochromatic Color with #0896ae

#0896ae
#0abbd8
#000304
#02282e
#044d59
#067183

Tints of #0896ae Color

#0896ae
#23a1b7
#3eadc0
#5ab9c9
#75c4d2
#91d0db
#acdce4
#c8e7ed
#e3f3f6
#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

#0896ae
#ae2008

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

Split Complementary

#0896ae
#ae0843
#ae7308

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

Analogous Color

#08ae84
#08aea5
#0896ae
#0875ae
#0854ae

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

#0896ae
#ae0896
#96ae08

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

#0896ae
#7308ae
#ae2008
#43ae08

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

#0896ae
#ae2008
#ae7308
#0843ae

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 #0896ae 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.

#0896ae Color Code Preview on Black Background Color

This is how #0896ae Color will look on black background color. Color contrast ratio is 5.98

#0896ae in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #0896ae

HTML with inline CSS

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

Your Example Paragraph content text in with font color #0896ae

#0896ae color code is use for CSS Background Color

Background color for the above div is #0896ae

HTML with inline CSS

<div style="background-color:#0896ae;"></div>

#0896ae color code is use for CSS Border Color

CSS Border color for the above div is #0896ae

HTML with inline CSS

<div style="border:5px solid #0896ae;"></div>

CSS Border Left color for the above div is #0896ae

HTML with inline CSS

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

CSS Border Right color for the above div is #0896ae

HTML with inline CSS

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

CSS Border Bottom color for the above div is #0896ae

HTML with inline CSS

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

CSS Border Top color for the above div is #0896ae

HTML with inline CSS

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

#0896ae hex Color code used as CSS color Codes

Example CSS Class for usage

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

#0896ae Color code Preview on White Background

This is how #0896ae Color code will look on white background color. Color contrast ratio is 3.51

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

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(8,150,174,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(174,32,8,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(8,150,174,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.