crispedge.com

Color picker

Loading...

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

#3ccce8 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #3ccce8 Color code in RGB color code model is created after adding 23.53% red color, 80% green color and 90.98% blue color. Hex #3ccce8 Color code in CMYK color (process color) code model is generated after subtraction of 74% cyan, 12% magenta, 0% yellow and 9% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code3ccce8#3ccce8
RGB Decimal60, 204, 232rgb(60, 204, 232)
RGB Percent24%, 80%, 91%rgb(24%, 80%, 91%)
CSS RGBa60, 204, 232,1rgba(60,204,232,1)
CMYK Modelcmyk(74%,12%,0%,9%)
HSL Color Space190,79% ,57%hsl(190,79% ,57%)
HSV Color Space190°, 74%, 91%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001111001100110011101000
Octal74314350
Decimal60204232
Hex3ccce8

Different shades of #3ccce8 color code.

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

Light Shade of #3ccce8
#6ad8ed
Dark Shade of #3ccce8
#19b9d8
Saturated Shade of #3ccce8
#31d3f3
Desaturated Shade of #3ccce8
#47c5dd
Grey scale Shade of #3ccce8
#929292
Brighten Shade
#55e5ff
Most Readable Shade
#000000

Shades of #3ccce8 color code

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

#3ccce8
#35b5ce
#2e9eb4
#28889a
#217180
#1a5a67
#14444d
#0d2d33
#061619
#000000

Similar Color like #3ccce8 color

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

#3dcde9
#3eceea
#3fcfeb
#40d0ec
#41d1ed
#42d2ee
#43d3ef
#44d4f0
#45d5f1
#46d6f2
#47d7f3
#48d8f4
#49d9f5
#4adaf6
#3bcbe7
#3acae6
#39c9e5
#38c8e4
#37c7e3
#36c6e2
#35c5e1
#34c4e0
#33c3df
#32c2de
#31c1dd
#30c0dc
#2fbfdb
#2ebeda

Monochromatic Color with #3ccce8

#3ccce8
#051113
#10373e
#1b5c68
#268193
#31a7bd

Tints of #3ccce8 Color

#3ccce8
#51d1ea
#67d7ed
#7dddef
#92e2f2
#a8e8f4
#beeef7
#d3f3f9
#e9f9fc
#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

#3ccce8
#e8583c

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

Split Complementary

#3ccce8
#e83c76
#e8ae3c

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

Analogous Color

#3ce8bf
#3ce8e2
#3ccce8
#3caae8
#3c87e8

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

#3ccce8
#e83ccc
#cce83c

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

#3ccce8
#ae3ce8
#e8583c
#76e83c

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

#3ccce8
#e8583c
#e8ae3c
#3c76e8

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

#3ccce8 Color Code Preview on Black Background Color

This is how #3ccce8 Color will look on black background color. Color contrast ratio is 10.99

#3ccce8 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#3ccce8 color code is use for CSS Background Color

Background color for the above div is #3ccce8

HTML with inline CSS

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

#3ccce8 color code is use for CSS Border Color

CSS Border color for the above div is #3ccce8

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#3ccce8 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#3ccce8 Color code Preview on White Background

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

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

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