@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#53adbf hex color - Blue - Cool color - Information

#53adbf hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #53adbf Color code in RGB color code model is created after adding 32.55% red color, 67.84% green color and 74.9% blue color. Hex #53adbf Color code in CMYK color (process color) code model is generated after subtraction of 57% cyan, 9% magenta, 0% yellow and 25.1% black.

Hex #53adbf color code is between #55aabb web safe hex color code and #44bbcc web safe hex color code. #55aabb is the nearest web safe color code. You can see here many more shades of #53adbf color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code 53adbf #53adbf
RGB Decimal 83, 173, 191 rgb(83, 173, 191)
RGB Percent 33%, 68%, 75% rgb(33%, 68%, 75%)
CSS RGBa 83, 173, 191,1 rgba(83,173,191,1)
CMYK Model cmyk(57%,9%,0%,25.1%)
HSL Color Space 190,46% ,54% hsl(190,46% ,54%)
HSV Color Space 190°, 57%, 75%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01010011 10101101 10111111
Octal 123 255 277
Decimal 83 173 191
Hex 53 ad bf

Different shades of #53adbf color code.

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

Light Shade of #53adbf
#78bfcd
Dark Shade of #53adbf
#3c91a3
Saturated Shade of #53adbf
#47b5cb
Desaturated Shade of #53adbf
#5fa5b3
Grey scale Shade of #53adbf
#898989
Brighten Shade
#6cc6d8
Most Readable Shade
#000000

Shades of #53adbf color code

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

#53adbf
#4999a9
#408694
#37737f
#2e606a
#244c54
#1b393f
#12262a
#091315
#000000

Similar Color like #53adbf color

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

#54aec0
#55afc1
#56b0c2
#57b1c3
#58b2c4
#59b3c5
#5ab4c6
#5bb5c7
#5cb6c8
#5db7c9
#5eb8ca
#5fb9cb
#60bacc
#61bbcd
#52acbe
#51abbd
#50aabc
#4fa9bb
#4ea8ba
#4da7b9
#4ca6b8
#4ba5b7
#4aa4b6
#49a3b5
#48a2b4
#47a1b3
#46a0b2
#459fb1

Monochromatic Color with #53adbf

#53adbf
#65d3e9
#091315
#1c3a3f
#2e606a
#418694

Tints of #53adbf Color

#53adbf
#66b6c6
#79bfcd
#8cc8d4
#9fd1db
#b2dae2
#c5e3e9
#d8ecf0
#ebf5f7
#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

#53adbf
#bf6553

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

Split Complementary

#53adbf
#bf5377
#bf9b53

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

Analogous Color

#53bfa6
#53bfbb
#53adbf
#5397bf
#5382bf

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

#53adbf
#bf53ad
#adbf53

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

#53adbf
#9b53bf
#bf6553
#77bf53

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

#53adbf
#bf6553
#bf9b53
#5377bf

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 #53adbf 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.

#53adbf Color Code Preview on Black Background Color

This is how #53adbf Color will look on black background color. Color contrast ratio is 8.10

#53adbf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #53adbf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #53adbf

#53adbf color code is use for CSS Background Color

Background color for the above div is #53adbf

HTML with inline CSS

<div style="background-color:#53adbf;"></div>

#53adbf color code is use for CSS Border Color

CSS Border color for the above div is #53adbf

HTML with inline CSS

<div style="border:5px solid #53adbf;"></div>

CSS Border Left color for the above div is #53adbf

HTML with inline CSS

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

CSS Border Right color for the above div is #53adbf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #53adbf

HTML with inline CSS

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

CSS Border Top color for the above div is #53adbf

HTML with inline CSS

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

#53adbf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#53adbf Color code Preview on White Background

This is how #53adbf Color code will look on white background color. Color contrast ratio is 2.59

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

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(83,173,191,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(191,101,83,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(83,173,191,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.