crispedge.com

Color picker

Loading...

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

#3ccbcc hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #3ccbcc Color code in RGB color code model is created after adding 23.53% red color, 79.61% green color and 80% blue color. Hex #3ccbcc Color code in CMYK color (process color) code model is generated after subtraction of 71% cyan, 0% magenta, 0% yellow and 20% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code3ccbcc#3ccbcc
RGB Decimal60, 203, 204rgb(60, 203, 204)
RGB Percent24%, 80%, 80%rgb(24%, 80%, 80%)
CSS RGBa60, 203, 204,1rgba(60,203,204,1)
CMYK Modelcmyk(71%,0%,0%,20%)
HSL Color Space180,59% ,52%hsl(180,59% ,52%)
HSV Color Space180°, 71%, 80%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001111001100101111001100
Octal74313314
Decimal60203204
Hex3ccbcc

Different shades of #3ccbcc color code.

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

Light Shade of #3ccbcc
#64d6d7
Dark Shade of #3ccbcc
#2ca8a9
Saturated Shade of #3ccbcc
#30d7d8
Desaturated Shade of #3ccbcc
#48bfc0
Grey scale Shade of #3ccbcc
#848484
Brighten Shade
#55e4e5
Most Readable Shade
#000000

Shades of #3ccbcc color code

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

#3ccbcc
#35b4b5
#2e9d9e
#288788
#217071
#1a5a5a
#144344
#0d2d2d
#061616
#000000

Similar Color like #3ccbcc color

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

#3dcccd
#3ecdce
#3fcecf
#40cfd0
#41d0d1
#42d1d2
#43d2d3
#44d3d4
#45d4d5
#46d5d6
#47d6d7
#48d7d8
#49d8d9
#4ad9da
#3bcacb
#3ac9ca
#39c8c9
#38c7c8
#37c6c7
#36c5c6
#35c4c5
#34c3c4
#33c2c3
#32c1c2
#31c0c1
#30bfc0
#2fbebf
#2ebdbe

Monochromatic Color with #3ccbcc

#3ccbcc
#49f5f6
#0a2222
#164c4c
#237677
#30a1a1

Tints of #3ccbcc Color

#3ccbcc
#51d0d1
#67d6d7
#7ddcdd
#92e2e2
#a8e7e8
#beedee
#d3f3f3
#e9f9f9
#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

#3ccbcc
#cc3d3c

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

Split Complementary

#3ccbcc
#cc3c83
#cc853c

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

Analogous Color

#3ccc93
#3cccb0
#3ccbcc
#3caecc
#3c91cc

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

#3ccbcc
#cc3ccb
#cbcc3c

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

#3ccbcc
#853ccc
#cc3d3c
#83cc3c

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

#3ccbcc
#cc3d3c
#cc853c
#3c83cc

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

#3ccbcc Color Code Preview on Black Background Color

This is how #3ccbcc Color will look on black background color. Color contrast ratio is 10.61

#3ccbcc in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#3ccbcc color code is use for CSS Background Color

Background color for the above div is #3ccbcc

HTML with inline CSS

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

#3ccbcc color code is use for CSS Border Color

CSS Border color for the above div is #3ccbcc

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#3ccbcc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#3ccbcc Color code Preview on White Background

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

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

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,203,204,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(204,61,60,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(60,203,204,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.