crispedge.com

Color picker

Loading...

#3cebd3 hex color - Blue - Cool color - Information

#3cebd3 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #3cebd3 Color code in RGB color code model is created after adding 23.53% red color, 92.16% green color and 82.75% blue color. Hex #3cebd3 Color code in CMYK color (process color) code model is generated after subtraction of 74% cyan, 0% magenta, 10% yellow and 8% black.

Hex #3cebd3 color code is between #44eecc web safe hex color code and #33dddd web safe hex color code. #44eecc is the nearest web safe color code. You can see here many more shades of #3cebd3 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code3cebd3#3cebd3
RGB Decimal60, 235, 211rgb(60, 235, 211)
RGB Percent24%, 92%, 83%rgb(24%, 92%, 83%)
CSS RGBa60, 235, 211,1rgba(60,235,211,1)
CMYK Modelcmyk(74%,0%,10%,8%)
HSL Color Space172,81% ,58%hsl(172,81% ,58%)
HSV Color Space172°, 74%, 92%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001111001110101111010011
Octal74353323
Decimal60235211
Hex3cebd3

Different shades of #3cebd3 color code.

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

Light Shade of #3cebd3
#6af0dd
Dark Shade of #3cebd3
#17ddc2
Saturated Shade of #3cebd3
#31f6db
Desaturated Shade of #3cebd3
#47e0cb
Grey scale Shade of #3cebd3
#939393
Brighten Shade
#55ffec
Most Readable Shade
#000000

Shades of #3cebd3 color code

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

#3cebd3
#35d0bb
#2eb6a4
#289c8c
#218275
#1a685d
#144e46
#0d342e
#061a17
#000000

Similar Color like #3cebd3 color

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

#3decd4
#3eedd5
#3feed6
#40efd7
#41f0d8
#42f1d9
#43f2da
#44f3db
#45f4dc
#46f5dd
#47f6de
#48f7df
#49f8e0
#4af9e1
#3bead2
#3ae9d1
#39e8d0
#38e7cf
#37e6ce
#36e5cd
#35e4cc
#34e3cb
#33e2ca
#32e1c9
#31e0c8
#30dfc7
#2fdec6
#2eddc5

Monochromatic Color with #3cebd3

#3cebd3
#061614
#11413a
#1b6b61
#269687
#31c0ad

Tints of #3cebd3 Color

#3cebd3
#51edd7
#67efdc
#7df1e1
#92f3e6
#a8f6eb
#bef8f0
#d3faf5
#e9fcfa
#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

#3cebd3
#eb3c54

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

Split Complementary

#3cebd3
#eb3cac
#eb7b3c

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

Analogous Color

#3ceb8d
#3cebb0
#3cebd3
#3ce0eb
#3cbdeb

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

#3cebd3
#d33ceb
#ebd33c

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

#3cebd3
#7b3ceb
#eb3c54
#abeb3c

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

#3cebd3
#eb3c54
#eb7b3c
#3caceb

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 #3cebd3 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.

#3cebd3 Color Code Preview on Black Background Color

This is how #3cebd3 Color will look on black background color. Color contrast ratio is 14.02

#3cebd3 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #3cebd3

HTML with inline CSS

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

Your Example Paragraph content text in with font color #3cebd3

#3cebd3 color code is use for CSS Background Color

Background color for the above div is #3cebd3

HTML with inline CSS

<div style="background-color:#3cebd3;"></div>

#3cebd3 color code is use for CSS Border Color

CSS Border color for the above div is #3cebd3

HTML with inline CSS

<div style="border:5px solid #3cebd3;"></div>

CSS Border Left color for the above div is #3cebd3

HTML with inline CSS

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

CSS Border Right color for the above div is #3cebd3

HTML with inline CSS

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

CSS Border Bottom color for the above div is #3cebd3

HTML with inline CSS

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

CSS Border Top color for the above div is #3cebd3

HTML with inline CSS

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

#3cebd3 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#3cebd3 Color code Preview on White Background

This is how #3cebd3 Color code will look on white background color. Color contrast ratio is 1.50

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

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(60,235,211,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(235,60,84,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(60,235,211,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.