@
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.

#48acb7 hex color - Blue - Cool color - Information

#48acb7 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #48acb7 Color code in RGB color code model is created after adding 28.24% red color, 67.45% green color and 71.76% blue color. Hex #48acb7 Color code in CMYK color (process color) code model is generated after subtraction of 61% cyan, 6% magenta, 0% yellow and 28.24% black.

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

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Code48acb7#48acb7
RGB Decimal72, 172, 183rgb(72, 172, 183)
RGB Percent28%, 67%, 72%rgb(28%, 67%, 72%)
CSS RGBa72, 172, 183,1rgba(72,172,183,1)
CMYK Modelcmyk(61%,6%,0%,28.24%)
HSL Color Space186,44% ,50%hsl(186,44% ,50%)
HSV Color Space186°, 61%, 72%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010010001010110010110111
Octal110254267
Decimal72172183
Hex48acb7

Different shades of #48acb7 color code.

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

Light Shade of #48acb7
#6dbdc5
Dark Shade of #48acb7
#3a8a92
Saturated Shade of #48acb7
#3bb6c4
Desaturated Shade of #48acb7
#55a2aa
Grey scale Shade of #48acb7
#808080
Brighten Shade
#61c5d0
Most Readable Shade
#000000

Shades of #48acb7 color code

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

#48acb7
#4098a2
#38858e
#30727a
#285f65
#204c51
#18393d
#102628
#081314
#000000

Similar Color like #48acb7 color

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

#49adb8
#4aaeb9
#4bafba
#4cb0bb
#4db1bc
#4eb2bd
#4fb3be
#50b4bf
#51b5c0
#52b6c1
#53b7c2
#54b8c3
#55b9c4
#56bac5
#47abb6
#46aab5
#45a9b4
#44a8b3
#43a7b2
#42a6b1
#41a5b0
#40a4af
#3fa3ae
#3ea2ad
#3da1ac
#3ca0ab
#3b9faa
#3a9ea9

Monochromatic Color with #48acb7

#48acb7
#59d4e1
#050c0d
#163437
#275c62
#37848c

Tints of #48acb7 Color

#48acb7
#5cb5bf
#70bec7
#85c7cf
#99d0d7
#addadf
#c2e3e7
#d6ecef
#eaf5f7
#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

#48acb7
#b75348

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

Split Complementary

#48acb7
#b74875
#b78b48

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

Analogous Color

#48b796
#48b7ac
#48acb7
#4896b7
#4880b7

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

#48acb7
#b748ac
#acb748

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

#48acb7
#8a48b7
#b75348
#75b748

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

#48acb7
#b75348
#b78b48
#4875b7

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 #48acb7 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.

#48acb7 Color Code Preview on Black Background Color

This is how #48acb7 Color will look on black background color. Color contrast ratio is 7.86

#48acb7 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #48acb7

HTML with inline CSS

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

Your Example Paragraph content text in with font color #48acb7

#48acb7 color code is use for CSS Background Color

Background color for the above div is #48acb7

HTML with inline CSS

<div style="background-color:#48acb7;"></div>

#48acb7 color code is use for CSS Border Color

CSS Border color for the above div is #48acb7

HTML with inline CSS

<div style="border:5px solid #48acb7;"></div>

CSS Border Left color for the above div is #48acb7

HTML with inline CSS

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

CSS Border Right color for the above div is #48acb7

HTML with inline CSS

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

CSS Border Bottom color for the above div is #48acb7

HTML with inline CSS

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

CSS Border Top color for the above div is #48acb7

HTML with inline CSS

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

#48acb7 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#48acb7 Color code Preview on White Background

This is how #48acb7 Color code will look on white background color. Color contrast ratio is 2.67

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

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(72,172,183,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(183,83,72,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(72,172,183,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.