crispedge.com

Color picker

Loading...

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

#3ccee9 hex color - Blue - Cool color

Color Hue/Base color: Blue

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

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code3ccee9#3ccee9
RGB Decimal60, 206, 233rgb(60, 206, 233)
RGB Percent24%, 81%, 91%rgb(24%, 81%, 91%)
CSS RGBa60, 206, 233,1rgba(60,206,233,1)
CMYK Modelcmyk(74%,12%,0%,9%)
HSL Color Space189,80% ,57%hsl(189,80% ,57%)
HSV Color Space189°, 74%, 91%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001111001100111011101001
Octal74316351
Decimal60206233
Hex3ccee9

Different shades of #3ccee9 color code.

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

Light Shade of #3ccee9
#6adaee
Dark Shade of #3ccee9
#19bbd9
Saturated Shade of #3ccee9
#31d5f4
Desaturated Shade of #3ccee9
#47c7de
Grey scale Shade of #3ccee9
#929292
Brighten Shade
#55e7ff
Most Readable Shade
#000000

Shades of #3ccee9 color code

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

#3ccee9
#35b7cf
#2ea0b5
#28899b
#217281
#1a5b67
#14444d
#0d2d33
#061619
#000000

Similar Color like #3ccee9 color

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

#3dcfea
#3ed0eb
#3fd1ec
#40d2ed
#41d3ee
#42d4ef
#43d5f0
#44d6f1
#45d7f2
#46d8f3
#47d9f4
#48daf5
#49dbf6
#4adcf7
#3bcde8
#3acce7
#39cbe6
#38cae5
#37c9e4
#36c8e3
#35c7e2
#34c6e1
#33c5e0
#32c4df
#31c3de
#30c2dd
#2fc1dc
#2ec0db

Monochromatic Color with #3ccee9

#3ccee9
#051214
#10383f
#1b5d69
#268394
#31a8be

Tints of #3ccee9 Color

#3ccee9
#51d3eb
#67d8ed
#7ddef0
#92e3f2
#a8e9f5
#beeef7
#d3f4fa
#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

#3ccee9
#e9573c

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

Split Complementary

#3ccee9
#e93c78
#e9ad3c

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

Analogous Color

#3ce9bf
#3ce9e1
#3ccee9
#3cabe9
#3c89e9

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

#3ccee9
#e93cce
#cee93c

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

#3ccee9
#ad3ce9
#e9573c
#77e93c

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

#3ccee9
#e9573c
#e9ad3c
#3c78e9

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

#3ccee9 Color Code Preview on Black Background Color

This is how #3ccee9 Color will look on black background color. Color contrast ratio is 11.20

#3ccee9 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#3ccee9 color code is use for CSS Background Color

Background color for the above div is #3ccee9

HTML with inline CSS

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

#3ccee9 color code is use for CSS Border Color

CSS Border color for the above div is #3ccee9

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#3ccee9 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#3ccee9 Color code Preview on White Background

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

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

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,206,233,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(233,87,60,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(60,206,233,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.