crispedge.com

Color picker

Loading...

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

#48dbc3 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #48dbc3 Color code in RGB color code model is created after adding 28.24% red color, 85.88% green color and 76.47% blue color. Hex #48dbc3 Color code in CMYK color (process color) code model is generated after subtraction of 67% cyan, 0% magenta, 11% yellow and 14% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code48dbc3#48dbc3
RGB Decimal72, 219, 195rgb(72, 219, 195)
RGB Percent28%, 86%, 76%rgb(28%, 86%, 76%)
CSS RGBa72, 219, 195,1rgba(72,219,195,1)
CMYK Modelcmyk(67%,0%,11%,14%)
HSL Color Space170,67% ,57%hsl(170,67% ,57%)
HSV Color Space170°, 67%, 86%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010010001101101111000011
Octal110333303
Decimal72219195
Hex48dbc3

Different shades of #48dbc3 color code.

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

Light Shade of #48dbc3
#73e3d1
Dark Shade of #48dbc3
#27c9ae
Saturated Shade of #48dbc3
#3de6ca
Desaturated Shade of #48dbc3
#53d0bc
Grey scale Shade of #48dbc3
#919191
Brighten Shade
#61f4dc
Most Readable Shade
#000000

Shades of #48dbc3 color code

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

#48dbc3
#40c2ad
#38aa97
#309282
#28796c
#206156
#184941
#10302b
#081815
#000000

Similar Color like #48dbc3 color

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

#49dcc4
#4addc5
#4bdec6
#4cdfc7
#4de0c8
#4ee1c9
#4fe2ca
#50e3cb
#51e4cc
#52e5cd
#53e6ce
#54e7cf
#55e8d0
#56e9d1
#47dac2
#46d9c1
#45d8c0
#44d7bf
#43d6be
#42d5bd
#41d4bc
#40d3bb
#3fd2ba
#3ed1b9
#3dd0b8
#3ccfb7
#3bceb6
#3acdb5

Monochromatic Color with #48dbc3

#48dbc3
#020606
#10312c
#1e5b51
#2c8677
#3ab09d

Tints of #48dbc3 Color

#48dbc3
#5cdfc9
#70e3d0
#85e7d7
#99ebdd
#adefe4
#c2f3eb
#d6f7f1
#eafbf8
#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

#48dbc3
#db4860

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

Split Complementary

#48dbc3
#db48a9
#db7a48

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

Analogous Color

#48db88
#48dba6
#48dbc3
#48d6db
#48b8db

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

#48dbc3
#c348db
#dbc348

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

#48dbc3
#7948db
#db4860
#a9db48

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

#48dbc3
#db4860
#db7a48
#48a9db

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

#48dbc3 Color Code Preview on Black Background Color

This is how #48dbc3 Color will look on black background color. Color contrast ratio is 12.20

#48dbc3 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#48dbc3 color code is use for CSS Background Color

Background color for the above div is #48dbc3

HTML with inline CSS

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

#48dbc3 color code is use for CSS Border Color

CSS Border color for the above div is #48dbc3

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#48dbc3 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#48dbc3 Color code Preview on White Background

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

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

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,219,195,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(219,72,96,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(72,219,195,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.